Searched defs:out_oat_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp930 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) {
946 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) {
950 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) {
1062 Dex2oatFileWrapper maybe_open_app_image(const char* out_oat_path, bool profile_guided, argument
1071 const std::string image_path = create_image_filename(out_oat_path);
1073 // Happens when the out_oat_path has an unknown extension.
1108 unique_fd maybe_open_dexopt_swap_file(const char* out_oat_path) { argument
1114 strcpy(swap_file_name, out_oat_path);
1155 bool open_vdex_files(const char* apk_path, const char* out_oat_path, int dexopt_needed, argument
1169 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path);
929 create_oat_out_path(const char* apk_path, const char* instruction_set, const char* oat_dir, bool is_secondary_dex, char* out_oat_path) argument
1248 open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, char* out_oat_path) argument
1269 update_out_oat_access_times(const char* apk_path, const char* out_oat_path) argument
1535 char out_oat_path[PKG_PATH_MAX]; local
1652 create_secondary_dex_oat_layout(const std::string& dex_path, const std::string& isa, char* out_oat_dir, char* out_oat_isa_dir, char* out_oat_path) argument
[all...]

Completed in 322 milliseconds