Searched refs:out_vdex_path_str (Results 1 – 1 of 1) sorted by relevance
1134 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat() local1135 if (out_vdex_path_str.empty()) { in open_vdex_files_for_dex2oat()1140 *out_vdex_wrapper = RestorableFile::CreateWritableFile(out_vdex_path_str, in open_vdex_files_for_dex2oat()1143 ALOGE("installd cannot open vdex '%s' during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()1174 (in_vdex_path_str == out_vdex_path_str) && in open_vdex_files_for_dex2oat()1192 out_vdex_path_str.c_str(), is_secondary_dex)) { in open_vdex_files_for_dex2oat()1193 ALOGE("installd cannot set owner '%s' for vdex during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()