Searched refs:setCurrentWorkingDirectory (Results 1 – 3 of 3) sorted by relevance
268 virtual std::error_code setCurrentWorkingDirectory(const Twine &Path) = 0;339 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;387 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory() function388 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()493 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;748 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
253 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory() function in __anonfd2bf94c0111::FileCollectorFileSystem254 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
260 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RealFileSystem397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in OverlayFileSystem430 if (std::error_code EC = FS->setCurrentWorkingDirectory(Path)) in setCurrentWorkingDirectory()950 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory() function in llvm::vfs::InMemoryFileSystem1052 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RedirectingFileSystem1059 auto EC = ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()