Lines Matching refs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
851 std::error_code EC = makeAbsolute(Path); in addFile()
961 std::error_code EC = makeAbsolute(Path); in lookupNode()
989 if (std::error_code EC = makeAbsolute(TargetPath)) in lookupNode()
1166 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
1184 if (auto EC = makeAbsolute(Output)) in getRealPath()
1353 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1364 if (makeAbsolute(Path)) in isLocal()
1370 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
1384 return makeAbsolute(WorkingDir.get(), Path); in makeAbsolute()
1388 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, in makeAbsolute() function in RedirectingFileSystem
1431 EC = makeAbsolute(Path); in dir_begin()
1959 EC = FS->makeAbsolute(FullPath, Name); in parseEntry()
2218 auto EC = ExternalFS.makeAbsolute(From); in create()
2240 auto EC = ExternalFS.makeAbsolute(To); in create()
2283 if (std::error_code EC = makeAbsolute(Path)) in makeCanonicalForLookup()
2386 if (std::error_code EC = makeAbsolute(RemappedPath)) in status()
2418 if (std::error_code EC = makeAbsolute(Path)) in status()
2455 if (makeAbsolute(Path)) in exists()
2482 if (makeAbsolute(RemappedPath)) in exists()
2544 if (std::error_code EC = makeAbsolute(Path)) in openFileForRead()
2570 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()
2606 if (std::error_code EC = makeAbsolute(Path)) in getRealPath()