Home
last modified time | relevance | path

Searched refs:GetClientPath (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
Dclient.h26 *GetClientPath(void),
Dclient.c87 MagickExport const char *GetClientPath(void) in GetClientPath() function
Dconfigure.c858 if (*GetClientPath() != '\0') in GetConfigurePaths()
861 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",GetClientPath(), in GetConfigurePaths()
871 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetConfigurePaths()
Dmodule.c730 if (*GetClientPath() != '\0') in GetMagickModulePath()
736 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in GetMagickModulePath()
759 (void) CopyMagickString(prefix,GetClientPath(),MagickPathExtent); in GetMagickModulePath()
Dmethods.h388 #define GetClientPath PrependMagickMethod(GetClientPath) macro
Dnt-base.c2145 (void) FormatLocaleString(path,MagickPathExtent,"%s%s%s",GetClientPath(), in NTResourceToBlob()