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()
173 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
250 void RealFile::setPath(const Twine &Path) { in setPath()
297 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() argument
316 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
348 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
365 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
370 std::error_code RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
402 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter()
441 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
451 bool OverlayFileSystem::exists(const Twine &Path) { in exists()
461 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
478 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
485 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
492 std::error_code OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath()
678 InMemoryHardLink(StringRef Path, const InMemoryFile &ResolvedFile) in InMemoryHardLink()
701 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink()
747 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath()
847 SmallString<128> Path; in addFile() local
957 SmallString<128> Path; in lookupNode() local
1068 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
1076 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1100 SmallString<256> Path(RequestedDirName); in setCurrentEntry() local
1162 SmallString<128> Path; in setCurrentWorkingDirectory() local
1178 std::error_code InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1190 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1210 static llvm::sys::path::Style getExistingStyle(llvm::StringRef Path) { in getExistingStyle()
1222 static llvm::SmallString<256> canonicalize(llvm::StringRef Path) { in canonicalize()
1288 const Twine &Path, RedirectingFileSystem::DirectoryEntry::iterator Begin, in RedirectingFSDirIterImpl()
1346 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
1361 SmallString<256> Path; in isLocal() local
1428 SmallString<256> Path; in dir_begin() local
2415 SmallString<256> Path; in status() local
2452 SmallString<256> Path; in exists() local
2520 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath()
2541 SmallString<256> Path; in openFileForRead() local
2603 SmallString<256> Path; in getRealPath() local
2661 SmallVectorImpl<StringRef> &Path, in getVFSEntries()
2766 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2780 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2786 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2911 FileSystem &FS_, const Twine &Path, std::error_code &EC) in recursive_directory_iterator()