Home
last modified time | relevance | path

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

/aosp_15_r20/art/odrefresh/
H A Dodrefresh.h251 std::string GetSystemServerImagePath(bool on_system, const std::string& jar_path) const;
H A Dodrefresh.cc1013 std::string OnDeviceRefresh::GetSystemServerImagePath(bool on_system, in GetSystemServerImagePath() function in art::odrefresh::OnDeviceRefresh
1081 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist()
2036 std::string output_path = GetSystemServerImagePath(/*on_system=*/false, dex_file); in RunDex2oatForSystemServer()