HomeSort by relevance Sort by last modified time
    Searched refs:RealPath (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
VirtualFileSystem.h 274 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 1020 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) {
    [all...]
  /external/chromium_org/base/files/
file_util_posix.cc 85 bool RealPath(const FilePath& path, FilePath* real_path) {
86 ThreadRestrictions::AssertIOAllowed(); // For realpath().
88 if (!realpath(path.value().c_str(), buf))
192 if (realpath(input.value().c_str(), full_path) == NULL)
599 if (!RealPath(path, &real_path_result))

Completed in 233 milliseconds