Lines Matching refs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
863 std::error_code EC = makeAbsolute(Path); in addFile()
973 std::error_code EC = makeAbsolute(Path); in lookupNode()
1001 if (std::error_code EC = makeAbsolute(TargetPath)) in lookupNode()
1178 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
1196 if (auto EC = makeAbsolute(Output)) in getRealPath()
1365 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1376 if (makeAbsolute(Path)) in isLocal()
1382 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
1396 return makeAbsolute(WorkingDir.get(), Path); in makeAbsolute()
1400 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, in makeAbsolute() function in RedirectingFileSystem
1443 EC = makeAbsolute(Path); in dir_begin()
1972 EC = FS->makeAbsolute(FullPath, Name); in parseEntry()
2231 auto EC = ExternalFS.makeAbsolute(From); in create()
2253 auto EC = ExternalFS.makeAbsolute(To); in create()
2296 if (std::error_code EC = makeAbsolute(Path)) in makeCanonicalForLookup()
2399 if (std::error_code EC = makeAbsolute(RemappedPath)) in status()
2431 if (std::error_code EC = makeAbsolute(Path)) in status()
2468 if (makeAbsolute(Path)) in exists()
2495 if (makeAbsolute(RemappedPath)) in exists()
2557 if (std::error_code EC = makeAbsolute(Path)) in openFileForRead()
2583 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()
2619 if (std::error_code EC = makeAbsolute(Path)) in getRealPath()