Lines Matching refs:instruction_set
1186 const char* instruction_set = instructionSet.c_str(); in rmdex() local
1192 if (!create_cache_path(dex_path, path, instruction_set)) { in rmdex()
1966 const char* instruction_set = instructionSet.c_str(); in dexopt() local
1976 int res = android::installd::dexopt(apk_path, uid, pkgname, instruction_set, dexoptNeeded, in dexopt()
1986 const char* instruction_set = instructionSet.c_str(); in markBootComplete() local
1993 instruction_set); in markBootComplete()
2321 const char* instruction_set = instructionSet.c_str(); in createOatDir() local
2333 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir()
2392 const char* instruction_set = instructionSet.c_str(); in moveAb() local
2395 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()
2407 const char* instruction_set = instructionSet.c_str(); in deleteOdex() local
2410 bool res = delete_odex(apk_path, instruction_set, oat_dir); in deleteOdex()