HomeSort by: relevance | last modified time | path
    Searched defs:getCurrentWorkingDirectory (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 128 auto WorkingDir = getCurrentWorkingDirectory();
259 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
307 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const {
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get());
422 OverlayFileSystem::getCurrentWorkingDirectory() const {
424 return FSList.front()->getCurrentWorkingDirectory();
990 auto CWD = getCurrentWorkingDirectory();
1044 ExternalFS->getCurrentWorkingDirectory()) {
1134 RedirectingFileSystem::getCurrentWorkingDirectory() const {
1168 auto WorkingDir = getCurrentWorkingDirectory();
    [all...]

Completed in 40 milliseconds