Searched refs:path_to_name_map_ (Results 1 – 2 of 2) sorted by relevance
112 path_to_name_map_.insert(std::make_pair(path, mount_name)); in RegisterFileSystem()129 path_to_name_map_.erase(NormalizeFilePath(instance->path())); in RevokeFileSystem()227 path_to_name_map_.upper_bound(path)); in GetVirtualPath()228 if (iter == path_to_name_map_.rend()) in GetVirtualPath()260 path_to_name_map_.clear(); in RevokeAllFileSystems()336 path_to_name_map_.upper_bound(path)); in ValidateNewMountPoint()337 if (potential_parent != path_to_name_map_.rend()) { in ValidateNewMountPoint()345 path_to_name_map_.upper_bound(path); in ValidateNewMountPoint()346 if (potential_child != path_to_name_map_.end()) { in ValidateNewMountPoint()
152 PathToName path_to_name_map_; variable