Searched refs:mounted_location (Results 1 – 1 of 1) sorted by relevance
46 if (auto mounted_location = mounted_partitions_.find(mount_point); in Mount() local47 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()