Lines Matching defs:Path

136 std::error_code FileSystem::getRealPath(const Twine &Path,  in getRealPath()
141 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
145 bool FileSystem::exists(const Twine &Path) { in exists()
155 static bool pathHasTraversal(StringRef Path) { in pathHasTraversal()
268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() argument
287 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status()
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
334 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath()
361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter()
400 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()
411 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()
428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
435 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
443 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath()
601 InMemoryHardLink(StringRef Path, const InMemoryFile &ResolvedFile) in InMemoryHardLink()
721 SmallString<128> Path; in addFile() local
829 SmallString<128> Path; in lookupInMemoryNode() local
882 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status()
890 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
915 SmallString<256> Path(RequestedDirName); in setCurrentEntry() local
971 SmallString<128> Path; in setCurrentWorkingDirectory() local
988 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath()
1000 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal()
1014 static llvm::sys::path::Style getExistingStyle(llvm::StringRef Path) { in getExistingStyle()
1025 static llvm::SmallString<256> canonicalize(llvm::StringRef Path) { in canonicalize()
1083 const Twine &Path, RedirectingFileSystem::DirectoryEntry::iterator Begin, in RedirectingFSDirIterImpl()
1139 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory()
1154 SmallString<256> Path; in isLocal() local
1194 SmallString<256> Path; in dir_begin() local
1936 static Status getRedirectedFileStatus(const Twine &Path, bool UseExternalNames, in getRedirectedFileStatus()
1946 const Twine &Path, const RedirectingFileSystem::LookupResult &Result) { in status()
1961 SmallString<256> Path; in status() local
2007 SmallString<256> Path; in openFileForRead() local
2047 SmallString<256> Path; in getRealPath() local
2087 SmallVectorImpl<StringRef> &Path, in getVFSEntries()
2191 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()
2205 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()
2211 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()
2338 FileSystem &FS_, const Twine &Path, std::error_code &EC) in recursive_directory_iterator()