Searched refs:out_vdex_path_str (Results 1 – 1 of 1) sorted by relevance
1036 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat() local1037 if (out_vdex_path_str.empty()) { in open_vdex_files_for_dex2oat()1068 (in_vdex_path_str == out_vdex_path_str) && in open_vdex_files_for_dex2oat()1092 out_vdex_path_str, in open_vdex_files_for_dex2oat()1099 open_output_file(out_vdex_path_str.c_str(), /*recreate*/true, /*permissions*/0644), in open_vdex_files_for_dex2oat()1100 out_vdex_path_str, in open_vdex_files_for_dex2oat()1103 ALOGE("installd cannot open vdex'%s' during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()1108 out_vdex_path_str.c_str(), is_secondary_dex)) { in open_vdex_files_for_dex2oat()1109 ALOGE("installd cannot set owner '%s' for vdex during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()