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

References

unittests/Support/VirtualFileSystemTest.cpp
 1708   ASSERT_TRUE(nullptr != FS.get());
 1709   EXPECT_FALSE(FS->status("//root/path/to/file").getError());
 1710   EXPECT_FALSE(FS->status("//root/path/to").getError());
 1711   EXPECT_FALSE(FS->status("//root/path").getError());
 1712   EXPECT_FALSE(FS->status("//root/").getError());