Home
last modified time | relevance | path

Searched defs:location (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/updater/
Dsimulator_runtime.cpp43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
Dupdater_runtime.cpp95 int UpdaterRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
Dinstall.cpp293 const std::string& location = args[2]; in MountFn() local
398 const std::string& location = args[2]; in FormatFn() local
Dcommands.cpp362 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer() local
/bootable/recovery/updater/include/private/
Dcommands.h106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo()