Searched refs:oat_isa_dir (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1966 char oat_isa_dir[PKG_PATH_MAX]; in process_secondary_dex_dexopt() local 1968 dex_path, instruction_set, oat_dir, oat_isa_dir, oat_path, error_msg)) { in process_secondary_dex_dexopt() 2372 char oat_isa_dir[PKG_PATH_MAX]; in reconcile_secondary_dex_file() local 2377 dex_path,isas[i], oat_dir, oat_isa_dir, oat_path, &error_msg)) { in reconcile_secondary_dex_file() 2401 result = rmdir_if_empty(oat_isa_dir) && result; in reconcile_secondary_dex_file()
|