Searched refs:setCurrentWorkingDirectory (Results 1 – 3 of 3) sorted by relevance
269 virtual std::error_code setCurrentWorkingDirectory(const Twine &Path) = 0;332 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;371 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory() function372 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()477 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;707 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
240 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;280 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RealFileSystem352 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()383 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in OverlayFileSystem385 if (std::error_code EC = FS->setCurrentWorkingDirectory(Path)) in setCurrentWorkingDirectory()905 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory() function in llvm::vfs::InMemoryFileSystem997 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RedirectingFileSystem998 return ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
482 if (OverlayFileSystem->setCurrentWorkingDirectory( in run()529 OverlayFileSystem->setCurrentWorkingDirectory(InitialWorkingDir)) in run()