Searched refs:IsParent (Results 1 – 8 of 8) sorted by relevance
222 bool IsParent(const FilePath& child) const;
414 device_path.IsParent(nt_device_path)) { in DevicePathToDriveLetterPath()
603 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
249 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
141 !root_cache_path.IsParent(cache_path)) { in ValidateCachePath()
635 if (!build_settings_->root_path().IsParent(path)) in AddSourcesFromBuilder()
1355 if (root_cache_path.empty() || user_data_path.IsParent(root_cache_path)) { in GetNetworkContextsParentDirectory()
33664 + for (base::FilePath path = file_path.DirName(); base_dir.IsParent(path);