Searched refs:create_oat_out_path (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1196 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, in create_oat_out_path() function 1531 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, is_secondary_dex, out_oat_path)) { in open_oat_out_file() 1558 if (!create_oat_out_path(apk_path.c_str(), in maybe_open_oat_and_vdex_file() 1828 if (!create_oat_out_path(dex_path.c_str(), isa.c_str(), out_oat_dir, in create_secondary_dex_oat_layout() 2654 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, in delete_odex()
|