Searched refs:access_utf8 (Results 1 – 4 of 4) sorted by relevance
95 static inline int access_utf8(const char *path,int mode) in access_utf8() function
1468 if (access_utf8(path,F_OK) != 0) in IsPathAccessible()
1825 while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0)) in InvokeDelegate()
401 if (access_utf8(path,W_OK) != 0) in IsPathWritable()