Searched refs:GetPrimaryBootImagePath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/odrefresh/ |
H A D | odrefresh.cc | 943 std::string OnDeviceRefresh::GetPrimaryBootImagePath(bool on_system, in GetPrimaryBootImagePath() function in art::odrefresh::OnDeviceRefresh 1047 std::string path = GetPrimaryBootImagePath(on_system, minimal, isa); in PrimaryBootImageExist() 1960 GetPrimaryBootImagePath(/*on_system=*/false, /*minimal=*/false, isa)); in CompileBootClasspath() 1967 std::string path = GetPrimaryBootImagePath(/*on_system=*/false, /*minimal=*/true, isa); in CompileBootClasspath() 1996 GetPrimaryBootImagePath(/*on_system=*/false, /*minimal=*/true, isa)); in CompileBootClasspath()
|
H A D | odrefresh.h | 230 std::string GetPrimaryBootImagePath(bool on_system, bool minimal, InstructionSet isa) const;
|