Home
last modified time | relevance | path

Searched refs:out_vdex_path_str (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp1449 const std::string out_vdex_path_str = create_vdex_filename(out_oat_path); in open_vdex_files_for_dex2oat() local
1450 if (out_vdex_path_str.empty()) { in open_vdex_files_for_dex2oat()
1481 (in_vdex_path_str == out_vdex_path_str) && in open_vdex_files_for_dex2oat()
1503 [out_vdex_path_str]() { unlink(out_vdex_path_str.c_str()); }); in open_vdex_files_for_dex2oat()
1509 open_output_file(out_vdex_path_str.c_str(), /*recreate*/true, /*permissions*/0644), in open_vdex_files_for_dex2oat()
1510 [out_vdex_path_str]() { unlink(out_vdex_path_str.c_str()); }); in open_vdex_files_for_dex2oat()
1512 ALOGE("installd cannot open vdex'%s' during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()
1517 out_vdex_path_str.c_str(), is_secondary_dex)) { in open_vdex_files_for_dex2oat()
1518 ALOGE("installd cannot set owner '%s' for vdex during dexopt\n", out_vdex_path_str.c_str()); in open_vdex_files_for_dex2oat()