Searched refs:RealPath (Results 1 – 4 of 4) sorted by relevance
84 bool RealPath(const FilePath& path, FilePath* real_path) { in RealPath() function609 if (!RealPath(path, &real_path_result)) in NormalizeFilePath()
332 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
1372 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { in addFileMapping() argument1374 assert(sys::path::is_absolute(RealPath) && "real path not absolute"); in addFileMapping()1376 Mappings.emplace_back(VirtualPath, RealPath); in addFileMapping()
1643 char RealPath[PATH_MAX + 1]; in getChildDeclContext() local1644 RealPath[PATH_MAX] = 0; in getChildDeclContext()1645 if (::realpath(File.c_str(), RealPath)) in getChildDeclContext()1646 File = RealPath; in getChildDeclContext()