Lines Matching refs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
827 std::error_code EC = makeAbsolute(Path); in addFile()
936 std::error_code EC = makeAbsolute(Path); in lookupNode()
964 if (std::error_code EC = makeAbsolute(TargetPath)) in lookupNode()
1141 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
1160 if (auto EC = makeAbsolute(Output)) in getRealPath()
1329 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1346 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
1360 return makeAbsolute(WorkingDir.get(), Path); in makeAbsolute()
1364 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir, in makeAbsolute() function in RedirectingFileSystem
1928 EC = FS->makeAbsolute(FullPath, Name); in parseEntry()
2187 auto EC = ExternalFS.makeAbsolute(From); in create()
2209 auto EC = ExternalFS.makeAbsolute(To); in create()
2252 if (std::error_code EC = makeAbsolute(Path)) in makeCanonical()