/external/ImageMagick/MagickCore/ |
D | utility.c | 751 home_directory[MagickPathExtent], in ExpandFilenames() local 778 *home_directory='\0'; in ExpandFilenames() 836 if (*home_directory == '\0') in ExpandFilenames() 837 getcwd_utf8(home_directory,MagickPathExtent-1); in ExpandFilenames() 838 filelist=ListFiles(*path == '\0' ? home_directory : path,filename, in ExpandFilenames()
|
D | xwindow-private.h | 329 home_directory[MagickPathExtent]; member
|
D | animate.c | 2863 if (*resource_info->home_directory == '\0') in XAnimateImages() 2864 (void) CopyMagickString(resource_info->home_directory,".",MagickPathExtent); in XAnimateImages() 2865 status=chdir(resource_info->home_directory); in XAnimateImages() 2868 "UnableToOpenFile","%s",resource_info->home_directory); in XAnimateImages()
|
D | display.c | 7163 if (*resource_info->home_directory == '\0') in XMagickCommand() 7164 (void) CopyMagickString(resource_info->home_directory,".", in XMagickCommand() 7166 status=chdir(resource_info->home_directory); in XMagickCommand() 7169 "UnableToOpenFile","%s",resource_info->home_directory); in XMagickCommand() 16160 if (*resource_info->home_directory == '\0') in XDisplayImage() 16161 (void) CopyMagickString(resource_info->home_directory,".",MagickPathExtent); in XDisplayImage() 16162 status=chdir(resource_info->home_directory); in XDisplayImage() 16165 "UnableToOpenFile","%s",resource_info->home_directory); in XDisplayImage()
|
D | widget.c | 4225 home_directory[MagickPathExtent], in XFileBrowserWidget() local 4297 directory=getcwd(home_directory,MagickPathExtent); in XFileBrowserWidget() 4299 (void) CopyMagickString(working_path,home_directory,MagickPathExtent); in XFileBrowserWidget() 4944 (void) CopyMagickString(working_path,home_directory, in XFileBrowserWidget()
|
D | xwindow.c | 3542 directory=getcwd(resource_info->home_directory,MagickPathExtent); in XGetResourceInfo()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 345 bool home_directory(SmallVectorImpl<char> &result);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 345 bool home_directory(SmallVectorImpl<char> &result);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Path.h | 378 bool home_directory(SmallVectorImpl<char> &result);
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 26 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 25 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 304 else if (!sys::path::home_directory(Path)) in InitDebuggingDir()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 676 bool home_directory(SmallVectorImpl<char> &result) { 726 if (home_directory(Result)) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 692 bool home_directory(SmallVectorImpl<char> &result) { 742 if (home_directory(Result)) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 628 if (!path::home_directory(Storage)) { 1132 bool home_directory(SmallVectorImpl<char> &result) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1305 if (!path::home_directory(HomeDir)) { 1364 bool home_directory(SmallVectorImpl<char> &result) {
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 320 auto status = path::home_directory(HomeDir); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 562 home_directory(PathHome); in native()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 864 bool home_directory(SmallVectorImpl<char> &result) {
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 882 bool home_directory(SmallVectorImpl<char> &result) {
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 464 implements the following drive letter conversions for the home_directory and
|