Home
last modified time | relevance | path

Searched refs:CanonicalPath (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Frontend/
DModuleDependencyCollector.cpp86 char CanonicalPath[PATH_MAX]; in real_path() local
89 if (!realpath(SrcPath.str().c_str(), CanonicalPath)) in real_path()
92 SmallString<256> RPath(CanonicalPath); in real_path()
193 SmallString<256> CanonicalPath = AbsoluteSrc; in copyToRoot() local
194 path::remove_dots(CanonicalPath, /*remove_dot_dot=*/true); in copyToRoot()
201 RealPath = CanonicalPath; in copyToRoot()
217 addFileMapping(CanonicalPath, Dest); in copyToRoot()
/external/ImageMagick/MagickCore/
Dutility.h35 CanonicalPath, enumerator
Dutility.c1371 case CanonicalPath: in GetPathComponent()
Dxml-tree.c248 GetPathComponent(components[i],CanonicalPath,tag); in AddPathToXMLTree()
1035 GetPathComponent(components[i],CanonicalPath,tag); in GetXMLTreePath()
Dimage.c2888 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo()
2912 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo()