Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFileSpecTest.cpp15 static FileSpec PosixSpec(llvm::StringRef path) { in PosixSpec() function
117 FileSpec fs = PosixSpec("/foo").CopyByAppendingPathComponent("bar"); in TEST()
177 EXPECT_EQ(PosixSpec(test.first), PosixSpec(test.second)); in TEST()
190 EXPECT_EQ(PosixSpec(test.first), PosixSpec(test.second)); in TEST()
240 EXPECT_EQ(test.second, PosixSpec(test.first).GetPath()); in TEST()
322 EXPECT_FALSE(PosixSpec(path).IsRelative()); in TEST()
340 EXPECT_TRUE(PosixSpec(path).IsRelative()); in TEST()
388 return FileSpec::Equal(PosixSpec(a), PosixSpec(b), full); in TEST()
408 return FileSpec::Match(PosixSpec(pattern), PosixSpec(file)); in TEST()