Lines Matching refs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
826 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()
1143 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
1162 if (auto EC = makeAbsolute(Output)) in getRealPath()
1331 if (std::error_code EC = makeAbsolute(AbsolutePath)) in setCurrentWorkingDirectory()
1348 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in RedirectingFileSystem
2131 auto EC = ExternalFS.makeAbsolute(From); in create()
2153 auto EC = ExternalFS.makeAbsolute(To); in create()
2188 if (std::error_code EC = makeAbsolute(Path)) in makeCanonical()