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

References

unittests/Support/VirtualFileSystemTest.cpp
  906   auto Stat = PFS.status("/a");
  909   auto File = PFS.openFileForRead("/a");
  914   vfs::directory_iterator I = PFS.dir_begin("/", EC);
  921   ASSERT_FALSE(PFS.setCurrentWorkingDirectory("/"));
  923   auto PWD = PFS.getCurrentWorkingDirectory();
  928   ASSERT_FALSE(PFS.getRealPath("a", Path));
  932   ASSERT_FALSE(PFS.isLocal("/a", Local));