Home
last modified time | relevance | path

Searched refs:access_utf8 (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dutility-private.h95 static inline int access_utf8(const char *path,int mode) in access_utf8() function
Dutility.c1468 if (access_utf8(path,F_OK) != 0) in IsPathAccessible()
Ddelegate.c1825 while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0)) in InvokeDelegate()
/external/ImageMagick/MagickWand/
Dmogrify.c401 if (access_utf8(path,W_OK) != 0) in IsPathWritable()