Home | History | Annotate | Download | only in installd

Lines Matching full:oat_dir

1967     const char* oat_dir = getCStr(outputPath);
1977 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info,
2320 const char* oat_dir = oatDir.c_str();
2324 if (validate_apk_path(oat_dir)) {
2327 if (fs_prepare_dir(oat_dir, S_IRWXU | S_IRWXG | S_IXOTH, AID_SYSTEM, AID_INSTALL)) {
2330 if (selinux_android_restorecon(oat_dir, 0)) {
2333 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set);
2393 const char* oat_dir = outputPath.c_str();
2395 bool success = move_ab(apk_path, instruction_set, oat_dir);
2408 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
2410 bool res = delete_odex(apk_path, instruction_set, oat_dir);