Lines Matching refs:oat_dir
2428 const char* oat_dir = getCStr(outputPath); in dexopt() local
2430 if (oat_dir != nullptr && !createOatDir(oat_dir, instruction_set).isOk()) { in dexopt()
2432 oat_dir = nullptr; in dexopt()
2446 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info, in dexopt()
2592 const char* oat_dir = oatDir.c_str(); in createOatDir() local
2596 if (validate_apk_path(oat_dir)) { in createOatDir()
2599 if (fs_prepare_dir(oat_dir, S_IRWXU | S_IRWXG | S_IXOTH, AID_SYSTEM, AID_INSTALL)) { in createOatDir()
2602 if (selinux_android_restorecon(oat_dir, 0)) { in createOatDir()
2605 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set); in createOatDir()
2665 const char* oat_dir = outputPath.c_str(); in moveAb() local
2667 bool success = move_ab(apk_path, instruction_set, oat_dir); in moveAb()
2681 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex() local
2683 *_aidl_return = delete_odex(apk_path, instruction_set, oat_dir); in deleteOdex()