Home
last modified time | relevance | path

Searched refs:IsParent (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_path.h222 bool IsParent(const FilePath& child) const;
224 // If IsParent(child) holds, appends to path (if non-NULL) the
H A Dfile_util_win.cc457 device_path.IsParent(nt_device_path)) { in DevicePathToDriveLetterPath()
H A Dfile_path.cc250 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
H A Dfile_util_posix.cc618 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
/third_party/gn/src/gn/
H A Dxcode_writer.cc738 if (!build_settings_->root_path().IsParent(path)) in AddSourcesFromBuilder()

Completed in 6 milliseconds