Searched refs:location (Results 1 – 10 of 10) sorted by relevance
/bootable/recovery/updater/ |
D | install.cpp | 299 const std::string& location = args[2]; in MountFn() local 314 if (location.empty()) { in MountFn() 323 if (updater->GetRuntime()->Mount(location, mount_point, fs_type, mount_options) != 0) { in MountFn() 325 location.c_str(), mount_point.c_str(), in MountFn() 404 const std::string& location = args[2]; in FormatFn() local 415 if (location.empty()) { in FormatFn() 432 "/system/bin/mke2fs", "-t", "ext4", "-b", "4096", location in FormatFn() 439 LOG(ERROR) << name << ": mke2fs failed (" << status << ") on " << location; in FormatFn() 444 { "/system/bin/e2fsdroid", "-e", "-a", mount_point, location }, true); in FormatFn() 446 LOG(ERROR) << name << ": e2fsdroid failed (" << status << ") on " << location; in FormatFn() [all …]
|
D | simulator_runtime.cpp | 43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount() argument 47 mounted_location != mounted_partitions_.end() && mounted_location->second != location) { in Mount() 52 mounted_partitions_.emplace(mount_point, location); in Mount()
|
D | updater_runtime.cpp | 91 int UpdaterRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount() argument 116 return mount(std::string(location).c_str(), mount_point_string.c_str(), in Mount()
|
D | commands.cpp | 362 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer() local 365 size_t buffer_index = location.GetBlockNumber(i); in DumpBuffer()
|
/bootable/recovery/tests/ |
D | Android.bp | 110 …cmd: "cat $(location testdata/recovery_head) <(cat $(location testdata/recovery_body) | $(location…
|
/bootable/recovery/edify/include/edify/ |
D | updater_runtime_interface.h | 44 virtual int Mount(const std::string_view location, const std::string_view mount_point,
|
/bootable/recovery/updater/include/updater/ |
D | updater_runtime.h | 43 int Mount(const std::string_view location, const std::string_view mount_point,
|
D | simulator_runtime.h | 40 int Mount(const std::string_view location, const std::string_view mount_point,
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() argument 109 location_(std::move(location)), in SourceInfo()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 7 ro.allow.mock.location=0 2521 …mcblk0rpmby)u:object_r:location_exec:s0/system/bin/location-mq… 6231 …�init-power-sh_tmpfs �appdomain�location�lm… 8458 location u:object_r:location_service:s0
|