Home
last modified time | relevance | path

Searched defs:image_path (Results 1 – 2 of 2) sorted by relevance

/art/odrefresh/
Dodr_artifacts.h31 static OdrArtifacts ForBootImage(const std::string& image_path) { in ForBootImage()
35 static OdrArtifacts ForSystemServer(const std::string& image_path) { in ForSystemServer()
45 OdrArtifacts(const std::string& image_path, const char* image_kind, const char* aot_extension) in OdrArtifacts()
Dodrefresh.cc544 std::string image_path = artifact_dir + "/" + basename; in AddCompiledBootClasspathFdsIfAny() local