Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dsimulator_runtime.cpp46 if (auto mounted_location = mounted_partitions_.find(mount_point); in Mount() local
47 mounted_location != mounted_partitions_.end() && mounted_location->second != location) { in Mount()
48 LOG(ERROR) << mount_point << " has been mounted at " << mounted_location->second; in Mount()