Searched refs:IsFullPath (Results 1 – 5 of 5) sorted by relevance
133 TEST(SystemUtils, IsFullPath) in TEST() argument137 EXPECT_TRUE(IsFullPath(path1)); in TEST()138 EXPECT_FALSE(IsFullPath(path2)); in TEST()197 TEST(SystemUtils, IsFullPath) in TEST() argument201 EXPECT_TRUE(IsFullPath(path1)); in TEST()202 EXPECT_FALSE(IsFullPath(path2)); in TEST()
104 bool IsFullPath(std::string dirName) in IsFullPath() function123 if (IsFullPath(second)) in ConcatenatePath()
38 bool IsFullPath(std::string dirName);
92 if (cwd.valid() && !IsFullPath(directory)) in GetModuleDirectory()
40 def IsFullPath(self, import_path): member in ProtoChecker80 if not self.IsFullPath(import_path):