Home
last modified time | relevance | path

Searched defs:IsPathAbsolute (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dfilesystem_utils_unittest.cc127 TEST(FilesystemUtils, IsPathAbsolute) { in TEST() argument
Dfilesystem_utils.cc336 bool IsPathAbsolute(std::string_view path) { in IsPathAbsolute() function
/third_party/gn/src/base/files/
Dfile_path.cc78 bool IsPathAbsolute(StringViewType path) { in IsPathAbsolute() function