Home
last modified time | relevance | path

Searched refs:IsFullPath (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_unittest.cpp133 TEST(SystemUtils, IsFullPath) in TEST() argument
137 EXPECT_TRUE(IsFullPath(path1)); in TEST()
138 EXPECT_FALSE(IsFullPath(path2)); in TEST()
197 TEST(SystemUtils, IsFullPath) in TEST() argument
201 EXPECT_TRUE(IsFullPath(path1)); in TEST()
202 EXPECT_FALSE(IsFullPath(path2)); in TEST()
Dsystem_utils.cpp104 bool IsFullPath(std::string dirName) in IsFullPath() function
123 if (IsFullPath(second)) in ConcatenatePath()
Dsystem_utils.h38 bool IsFullPath(std::string dirName);
Dsystem_utils_posix.cpp92 if (cwd.valid() && !IsFullPath(directory)) in GetModuleDirectory()
/third_party/skia/buildtools/checkdeps/
Dproto_checker.py40 def IsFullPath(self, import_path): member in ProtoChecker
80 if not self.IsFullPath(import_path):