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