Lines Matching defs:Path

140 std::error_code FileSystem::getRealPath(const Twine &Path,  in getRealPath()
145 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
149 bool FileSystem::exists(const Twine &Path) { in exists()
163 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
240 void RealFile::setPath(const Twine &Path) { in setPath()
287 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() argument
306 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
338 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
355 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
361 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
393 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter()
432 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
443 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
460 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
467 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
475 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath()
654 InMemoryHardLink(StringRef Path, const InMemoryFile &ResolvedFile) in InMemoryHardLink()
677 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink()
723 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath()
823 SmallString<128> Path; in addFile() local
932 SmallString<128> Path; in lookupNode() local
1043 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
1051 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1075 SmallString<256> Path(RequestedDirName); in setCurrentEntry() local
1137 SmallString<128> Path; in setCurrentWorkingDirectory() local
1154 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1166 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1186 static llvm::sys::path::Style getExistingStyle(llvm::StringRef Path) { in getExistingStyle()
1198 static llvm::SmallString<256> canonicalize(llvm::StringRef Path) { in canonicalize()
1264 const Twine &Path, RedirectingFileSystem::DirectoryEntry::iterator Begin, in RedirectingFSDirIterImpl()
1322 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
1337 SmallString<256> Path; in isLocal() local
1404 SmallString<256> Path; in dir_begin() local
2434 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath()
2580 SmallVectorImpl<StringRef> &Path, in getVFSEntries()
2685 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2699 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2705 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2832 FileSystem &FS_, const Twine &Path, std::error_code &EC) in recursive_directory_iterator()