IsPathAbsolute    485 base/files/file_path.cc   DCHECK(!IsPathAbsolute(*appended));
IsPathAbsolute    533 base/files/file_path.cc   return IsPathAbsolute(path_);
IsPathAbsolute    378 tools/gn/filesystem_utils.cc   DCHECK(IsPathAbsolute(source_root));
IsPathAbsolute    379 tools/gn/filesystem_utils.cc   DCHECK(IsPathAbsolute(path));
IsPathAbsolute    115 tools/gn/filesystem_utils.h bool IsPathAbsolute(const base::StringPiece& path);
IsPathAbsolute     76 tools/gn/filesystem_utils_unittest.cc TEST(FilesystemUtils, IsPathAbsolute) {
IsPathAbsolute     77 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("/foo/bar"));
IsPathAbsolute     78 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("/"));
IsPathAbsolute     79 tools/gn/filesystem_utils_unittest.cc   EXPECT_FALSE(IsPathAbsolute(""));
IsPathAbsolute     80 tools/gn/filesystem_utils_unittest.cc   EXPECT_FALSE(IsPathAbsolute("//"));
IsPathAbsolute     81 tools/gn/filesystem_utils_unittest.cc   EXPECT_FALSE(IsPathAbsolute("//foo/bar"));
IsPathAbsolute     84 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("C:/foo"));
IsPathAbsolute     85 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("C:/"));
IsPathAbsolute     86 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("C:\\foo"));
IsPathAbsolute     87 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("C:\\"));
IsPathAbsolute     88 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("/C:/foo"));
IsPathAbsolute     89 tools/gn/filesystem_utils_unittest.cc   EXPECT_TRUE(IsPathAbsolute("/C:\\foo"));
IsPathAbsolute     57 tools/gn/source_dir.cc   } else if (IsPathAbsolute(p)) {
IsPathAbsolute     94 tools/gn/source_dir.cc   } else if (IsPathAbsolute(p)) {