Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dutility-private.h108 static inline int access_utf8(const char *path,int mode) in access_utf8() function
Dresource.c1062 if (access_utf8(cache_path,F_OK) == 0) in RelinquishUniqueFileResource()
Dutility.c1482 if (access_utf8(path,F_OK) != 0) in IsPathAccessible()
Ddelegate.c1847 while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0)) in InvokeDelegate()
/external/ImageMagick/MagickWand/
Dmogrify.c402 if (access_utf8(path,W_OK) != 0) in IsPathWritable()