Searched refs:setCurrentWorkingDirectory (Results 1 – 8 of 8) sorted by relevance
291 virtual std::error_code setCurrentWorkingDirectory(const Twine &Path) = 0;384 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;441 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory() function442 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()606 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;1029 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
302 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem303 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
275 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;338 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RealFileSystem429 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()460 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in OverlayFileSystem462 if (std::error_code EC = FS->setCurrentWorkingDirectory(Path)) in setCurrentWorkingDirectory()1136 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory() function in llvm::vfs::InMemoryFileSystem1322 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RedirectingFileSystem
362 std::error_code DependencyScanningWorkerFilesystem::setCurrentWorkingDirectory( in setCurrentWorkingDirectory() function in DependencyScanningWorkerFilesystem364 std::error_code EC = ProxyFileSystem::setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
428 BaseFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()441 InMemoryFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
582 if (OverlayFileSystem->setCurrentWorkingDirectory( in run()634 OverlayFileSystem->setCurrentWorkingDirectory(InitialWorkingDir)) in run()
293 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
1253 if (VFS->setCurrentWorkingDirectory(WD->getValue())) in BuildCompilation()