Home
last modified time | relevance | path

Searched refs:RealPath (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/files/
Dfile_util_posix.cc84 bool RealPath(const FilePath& path, FilePath* real_path) { in RealPath() function
609 if (!RealPath(path, &real_path_result)) in NormalizeFilePath()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h332 void addFileMapping(StringRef VirtualPath, StringRef RealPath);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp1372 void YAMLVFSWriter::addFileMapping(StringRef VirtualPath, StringRef RealPath) { in addFileMapping() argument
1374 assert(sys::path::is_absolute(RealPath) && "real path not absolute"); in addFileMapping()
1376 Mappings.emplace_back(VirtualPath, RealPath); in addFileMapping()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1643 char RealPath[PATH_MAX + 1]; in getChildDeclContext() local
1644 RealPath[PATH_MAX] = 0; in getChildDeclContext()
1645 if (::realpath(File.c_str(), RealPath)) in getChildDeclContext()
1646 File = RealPath; in getChildDeclContext()