Searched refs:RealPath (Results 1 – 3 of 3) sorted by relevance
274 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
85 bool RealPath(const FilePath& path, FilePath* real_path) { in RealPath() function599 if (!RealPath(path, &real_path_result)) in NormalizeFilePath()
1020 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { in addFileMapping() argument1022 assert(sys::path::is_absolute(RealPath) && "real path not absolute"); in addFileMapping()1024 Mappings.emplace_back(VirtualPath, RealPath); in addFileMapping()