Home | History | Annotate | Download | only in installd

Lines Matching refs:oat_dir

1846     const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
1852 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info,
2208 const char* oat_dir = oatDir.c_str();
2212 if (validate_apk_path(oat_dir)) {
2215 if (fs_prepare_dir(oat_dir, S_IRWXU | S_IRWXG | S_IXOTH, AID_SYSTEM, AID_INSTALL)) {
2218 if (selinux_android_restorecon(oat_dir, 0)) {
2221 snprintf(oat_instr_dir, PKG_PATH_MAX, "%s/%s", oat_dir, instruction_set);
2276 const char* oat_dir = outputPath.c_str();
2278 bool success = move_ab(apk_path, instruction_set, oat_dir);
2289 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
2291 bool res = delete_odex(apk_path, instruction_set, oat_dir);