• Home
  • Raw
  • Download

Lines Matching refs:out_oat_path

999             const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) {  in create_oat_out_path()  argument
1010 if (!calculate_oat_file_path(out_oat_path, oat_dir, apk_path, instruction_set)) { in create_oat_out_path()
1014 if (!create_cache_path(out_oat_path, apk_path, instruction_set)) { in create_oat_out_path()
1022 RestorableFile maybe_open_app_image(const std::string& out_oat_path, bool generate_app_image, in maybe_open_app_image() argument
1024 const std::string image_path = create_image_filename(out_oat_path); in maybe_open_app_image()
1061 unique_fd maybe_open_dexopt_swap_file(const std::string& out_oat_path) { in maybe_open_dexopt_swap_file() argument
1065 auto swap_file_name = out_oat_path + ".swap"; in maybe_open_dexopt_swap_file()
1121 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
1134 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat()
1159 path = out_oat_path; in open_vdex_files_for_dex2oat()
1204 char out_oat_path[PKG_PATH_MAX]; in open_oat_out_file() local
1205 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, is_secondary_dex, out_oat_path)) { in open_oat_out_file()
1208 RestorableFile oat = RestorableFile::CreateWritableFile(out_oat_path, /*permissions*/ 0644); in open_oat_out_file()
1210 PLOG(ERROR) << "installd cannot open output during dexopt" << out_oat_path; in open_oat_out_file()
1212 oat.fd(), is_public, uid, out_oat_path, is_secondary_dex)) { in open_oat_out_file()
1213 ALOGE("installd cannot set owner '%s' for output during dexopt\n", out_oat_path); in open_oat_out_file()
1479 char* out_oat_dir, char* out_oat_isa_dir, char* out_oat_path, std::string* error_msg) { in create_secondary_dex_oat_layout() argument
1493 /*is_secondary_dex*/true, out_oat_path)) { in create_secondary_dex_oat_layout()