Home
last modified time | relevance | path

Searched refs:oat_dir_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/artd/
H A Dartd.cc273 /*out*/ std::string* oat_dir_path) { in PrepareArtifactsDirs() argument
286 *oat_dir_path = oat_dir; in PrepareArtifactsDirs()
1034 std::string oat_dir_path; // For restorecon, can be empty if the artifacts are in dalvik-cache. in dexopt() local
1035 OR_RETURN_NON_FATAL(PrepareArtifactsDirs(in_outputArtifacts, &oat_dir_path)); in dexopt()
1042 oat_dir_path, in_outputArtifacts.permissionSettings.seContext, /*recurse=*/true)); in dexopt()
1171 oat_dir_path, in_outputArtifacts.permissionSettings.seContext, /*recurse=*/true)); in dexopt()