Searched refs:CanonicalPath (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 86 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/ |
D | utility.h | 35 CanonicalPath, enumerator
|
D | utility.c | 1371 case CanonicalPath: in GetPathComponent()
|
D | xml-tree.c | 248 GetPathComponent(components[i],CanonicalPath,tag); in AddPathToXMLTree() 1035 GetPathComponent(components[i],CanonicalPath,tag); in GetXMLTreePath()
|
D | image.c | 2888 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo() 2912 GetPathComponent(image_info->filename,CanonicalPath,component); in SetImageInfo()
|