Home
last modified time | relevance | path

Searched refs:setCurrentWorkingDirectory (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h268 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() function
388 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
493 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
748 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp253 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory() function in __anonfd2bf94c0111::FileCollectorFileSystem
254 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
DVirtualFileSystem.cpp260 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RealFileSystem
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in OverlayFileSystem
430 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::InMemoryFileSystem
1052 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RedirectingFileSystem
1059 auto EC = ExternalFS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()