Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_path.h222 bool IsParent(const FilePath& child) const;
Dfile_util_win.cc414 device_path.IsParent(nt_device_path)) { in DevicePathToDriveLetterPath()
Dfile_util_posix.cc603 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
Dfile_path.cc249 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
/third_party/cef/libcef/browser/
Dcontext.cc141 !root_cache_path.IsParent(cache_path)) { in ValidateCachePath()
/third_party/gn/src/gn/
Dxcode_writer.cc635 if (!build_settings_->root_path().IsParent(path)) in AddSourcesFromBuilder()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc1355 if (root_cache_path.empty() || user_data_path.IsParent(root_cache_path)) { in GetNetworkContextsParentDirectory()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch33664 + for (base::FilePath path = file_path.DirName(); base_dir.IsParent(path);