Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Dpackage.h51 virtual std::string GetPath() const = 0;
/bootable/recovery/otautil/
Dpackage.cpp53 std::string GetPath() const override { in GetPath() function in MemoryPackage
101 std::string GetPath() const override { in GetPath() function in FilePackage
/bootable/recovery/install/
Dinstall.cpp482 std::string package_path = package->GetPath(); in TryUpdateBinary()