Home
last modified time | relevance | path

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

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