Searched refs:GetPathAttributes (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | utility.h | 46 GetPathAttributes(const char *,void *),
|
D | utility.c | 1165 MagickExport MagickBooleanType GetPathAttributes(const char *path, in GetPathAttributes() function 1477 status=GetPathAttributes(path,&attributes); in IsPathAccessible() 1520 status=GetPathAttributes(path,&attributes); in IsPathDirectory()
|
D | opencl.c | 313 status=GetPathAttributes(path,&attributes); in GetOpenCLCacheDirectory() 323 status=GetPathAttributes(path,&attributes); in GetOpenCLCacheDirectory() 343 status=GetPathAttributes(path,&attributes); in GetOpenCLCacheDirectory() 353 status=GetPathAttributes(path,&attributes); in GetOpenCLCacheDirectory()
|
D | methods.h | 500 #define GetPathAttributes PrependMagickMethod(GetPathAttributes) macro
|
D | resource.c | 489 status=GetPathAttributes(directory,&attributes); in GetPathTemplate()
|
D | blob.c | 1392 status=GetPathAttributes(filename,&attributes); in FileToBlob() 1840 status=GetPathAttributes(image->filename,&blob_info->properties); in GetBlobSize() 3305 status=GetPathAttributes(filename,&blob_info->properties); in OpenBlob()
|
D | delegate.c | 1606 status=GetPathAttributes(destination,&attributes); in CopyDelegateFile()
|
D | resize.c | 3748 if ( GetPathAttributes(image->filename,&attributes) != MagickFalse ) in ThumbnailImage()
|
D | display.c | 15086 status=GetPathAttributes(display_image->filename,&attributes); in XDisplayImage() 15113 status=GetPathAttributes(display_image->filename,&attributes); in XDisplayImage()
|
/external/ImageMagick/coders/ |
D | mpeg.c | 416 status=GetPathAttributes(destination,&attributes); in CopyDelegateFile()
|
D | ps.c | 359 status=GetPathAttributes(path,&attributes); in IsPostscriptRendered()
|
D | pdf.c | 365 status=GetPathAttributes(path,&attributes); in IsPDFRendered()
|
D | msl.c | 240 status=GetPathAttributes(path,&attributes); in IsPathDirectory()
|