Home
last modified time | relevance | path

Searched defs:oat_path (Results 1 – 5 of 5) sorted by relevance

/art/artd/
Dpath_utils.h42 inline std::string OatPathToVdexPath(const std::string& oat_path) { in OatPathToVdexPath()
47 inline std::string OatPathToArtPath(const std::string& oat_path) { in OatPathToArtPath()
Dartd.cc254 std::filesystem::path oat_path(OR_RETURN(BuildOatPath(output_artifacts.artifactsPath))); in PrepareArtifactsDirs() local
399 std::string oat_path = OR_RETURN_FATAL(BuildOatPath(in_artifactsPath)); in deleteArtifacts() local
598 std::string oat_path = OR_RETURN_FATAL(BuildOatPath(in_artifactsPath)); in getArtifactsVisibility() local
798 std::string oat_path = OR_RETURN_FATAL(BuildOatPath(in_outputArtifacts.artifactsPath)); in dexopt() local
1052 std::string oat_path = OR_RETURN_FATAL(BuildOatPath(artifacts)); in cleanup() local
Dartd_test.cc493 std::string oat_path = OR_FATAL(BuildOatPath(artifacts_path_)); in InitFilesBeforeDexopt() local
/art/runtime/
Druntime_image.cc1850 std::string oat_path = GetOatPath(); in WriteImageToDisk() local
/art/odrefresh/
Dodrefresh.cc555 std::string oat_path = ReplaceFileExtension(image_path, "oat"); in AddCompiledBootClasspathFdsIfAny() local