Searched refs:out_oat_path (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 892 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path() argument 903 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path() 907 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path() 915 UniqueFile maybe_open_app_image(const std::string& out_oat_path, in maybe_open_app_image() argument 918 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image() 962 unique_fd maybe_open_dexopt_swap_file(const std::string& out_oat_path) { in maybe_open_dexopt_swap_file() argument 966 auto swap_file_name = out_oat_path + ".swap"; in maybe_open_dexopt_swap_file() 1023 bool open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, in open_vdex_files_for_dex2oat() argument 1036 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat() 1053 path = out_oat_path; in open_vdex_files_for_dex2oat() [all …]
|