Searched refs:jar_path (Results 1 – 2 of 2) sorted by relevance
525 std::string GetBootImageComponentBasename(const std::string& jar_path, bool is_first_jar) { in GetBootImageComponentBasename() argument529 std::string jar_name = Basename(jar_path); in GetBootImageComponentBasename()1009 const std::string& jar_path) const { in GetSystemServerImagePath()1011 if (LocationIsOnApex(jar_path)) { in GetSystemServerImagePath()1012 return GetSystemOdexFilenameForApex(jar_path, config_.GetSystemServerIsa()); in GetSystemServerImagePath()1014 std::string jar_name = Basename(jar_path); in GetSystemServerImagePath()1018 return ART_FORMAT("{}/oat/{}/{}", Dirname(jar_path), isa_str, image_name); in GetSystemServerImagePath()1022 const std::string image = GetApexDataImage(jar_path); in GetSystemServerImagePath()1075 for (const std::string& jar_path : all_systemserver_jars_) { in SystemServerArtifactsExist() local1076 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist()[all …]
246 std::string GetSystemServerImagePath(bool on_system, const std::string& jar_path) const;