Searched defs:GetPathAttributes (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dutility.c1151 % GetPathAttributes() returns attributes (e.g. size of file) about a path.
1153 % The path of the GetPathAttributes method is:
1155 % MagickBooleanType GetPathAttributes(const char *path,void *attributes)
1164 MagickExport MagickBooleanType GetPathAttributes(const char *path,
1480 status=GetPathAttributes(path,&attributes);
1524 status=GetPathAttributes(path,&attributes);
1150 MagickExport MagickBooleanType GetPathAttributes(const char *path, function
H A Dmethods.h551 #define GetPathAttributes PrependMagickMethod(GetPathAttributes) macro

Completed in 165 milliseconds