Searched refs:makeAbsolute (Results 1 – 6 of 6) sorted by relevance
123 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem658 std::error_code EC = makeAbsolute(Path); in addFile()768 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()910 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()929 if (auto EC = makeAbsolute(Output)) in getRealPath()1561 if (std::error_code EC = makeAbsolute(Path)) in lookupPath()
198 return m_fs->makeAbsolute(path); in MakeAbsolute()
382 FS->makeAbsolute(Path); in makeAbsolutePath()
297 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;
211 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
2365 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()