reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/VirtualFileSystemTest.cpp
 1661   ASSERT_TRUE(nullptr != FS.get());
 1662   EXPECT_FALSE(FS->status("//root/path/to/file").getError());
 1663   EXPECT_FALSE(FS->status("//root/path/to").getError());
 1664   EXPECT_FALSE(FS->status("//root/path").getError());
 1665   EXPECT_FALSE(FS->status("//root/").getError());
 1668   FS = getFromYAMLString(
 1675   ASSERT_TRUE(nullptr != FS.get());
 1676   EXPECT_FALSE(FS->status("//root/path/to/file").getError());
 1677   EXPECT_FALSE(FS->status("//root/path/to").getError());
 1678   EXPECT_FALSE(FS->status("//root/path").getError());
 1679   EXPECT_FALSE(FS->status("//root/").getError());
 1682   FS = getFromYAMLString(
 1689   ASSERT_TRUE(nullptr != FS.get());
 1690   EXPECT_FALSE(FS->status("//root/path/to/file").getError());
 1691   EXPECT_FALSE(FS->status("//root/path/to").getError());
 1692   EXPECT_FALSE(FS->status("//root/path").getError());
 1693   EXPECT_FALSE(FS->status("//root/").getError());