Searched refs:access_utf8 (Results 1 – 5 of 5) sorted by relevance
108 static inline int access_utf8(const char *path,int mode) in access_utf8() function
1062 if (access_utf8(cache_path,F_OK) == 0) in RelinquishUniqueFileResource()
1482 if (access_utf8(path,F_OK) != 0) in IsPathAccessible()
1847 while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0)) in InvokeDelegate()
402 if (access_utf8(path,W_OK) != 0) in IsPathWritable()