Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo()
/bootable/recovery/updater/
Dinstall.cpp293 const std::string& location = args[2]; in MountFn() local
433 const std::string& location = args[2]; in FormatFn() local
Dcommands.cpp363 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer() local