Searched refs:makeAbsolute (Results 1 – 7 of 7) sorted by relevance
366 bool makeAbsolute = true);
503 void makeAbsolute(),
104 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem514 std::error_code EC = makeAbsolute(Path); in addFile()587 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()684 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()1435 if (std::error_code EC = makeAbsolute(Path)) in lookupPath()
349 bool makeAbsolute) {355 if (makeAbsolute) {
237 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;
527 bool makeAbsolute) {535 if (makeAbsolute) {
144 void Path::makeAbsolute() {