Lines Matching refs:oat_dir
2300 const char* oat_dir = getCStr(outputPath); in dexopt() local
2302 if (oat_dir != nullptr && !createOatDir(oat_dir, instruction_set).isOk()) { in dexopt()
2304 oat_dir = nullptr; in dexopt()
2318 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info, in dexopt()
2664 const char* oat_dir = oatDir.c_str(); in createOatDir() local
2668 if (validate_apk_path(oat_dir)) { in createOatDir()
2671 if (fs_prepare_dir(oat_dir, S_IRWXU | S_IRWXG | S_IXOTH, AID_SYSTEM, AID_INSTALL)) { in createOatDir()
2674 if (selinux_android_restorecon(oat_dir, 0)) { in createOatDir()
2677 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir()
2737 const char* oat_dir = outputPath.c_str(); in moveAb() local
2739 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()
2752 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex() local
2754 bool res = delete_odex(apk_path, instruction_set, oat_dir); in deleteOdex()