Searched refs:RealPath (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h274 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1020 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { argument
1022 assert(sys::path::is_absolute(RealPath) && "real path not absolute");
1024 Mappings.emplace_back(VirtualPath, RealPath);
/external/chromium_org/base/files/
H A Dfile_util_posix.cc85 bool RealPath(const FilePath& path, FilePath* real_path) { function in namespace:base::__anon2260
599 if (!RealPath(path, &real_path_result))

Completed in 170 milliseconds