Lines Matching defs:InMemoryFileSystem
826 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths)
834 InMemoryFileSystem::~InMemoryFileSystem() = default;
836 std::string InMemoryFileSystem::toString() const {
840 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime,
918 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime,
936 bool InMemoryFileSystem::addFileNoOwn(
955 InMemoryFileSystem::lookupNode(const Twine &P, bool FollowFinalSymlink,
985 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth)
1029 bool InMemoryFileSystem::addHardLink(const Twine &NewLink,
1048 bool InMemoryFileSystem::addSymbolicLink(
1068 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) {
1076 InMemoryFileSystem::openFileForRead(const Twine &Path) {
1092 class InMemoryFileSystem::DirIterator : public llvm::vfs::detail::DirIterImpl {
1093 const InMemoryFileSystem *FS;
1130 DirIterator(const InMemoryFileSystem *FS,
1145 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir,
1161 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) {
1178 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path,
1190 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) {
1195 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents,
1198 OS << "InMemoryFileSystem\n";
2951 const char InMemoryFileSystem::ID = 0;