Searched defs:image_path (Results 1 – 2 of 2) sorted by relevance
31 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()
544 std::string image_path = artifact_dir + "/" + basename; in AddCompiledBootClasspathFdsIfAny() local