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

References

unittests/Support/VirtualFileSystemTest.cpp
 1190   ASSERT_FALSE(Stat.getError()) << Stat.getError() << "\n" << FS.toString();
 1190   ASSERT_FALSE(Stat.getError()) << Stat.getError() << "\n" << FS.toString();
 1191   ASSERT_TRUE(Stat->isDirectory());
 1192   Stat = FS.status("/a/b");
 1193   ASSERT_FALSE(Stat.getError()) << Stat.getError() << "\n" << FS.toString();
 1193   ASSERT_FALSE(Stat.getError()) << Stat.getError() << "\n" << FS.toString();
 1194   ASSERT_TRUE(Stat->isRegularFile());