Searched refs:MayRead (Results 1 – 3 of 3) sorted by relevance
99 bool MayRead(const char *path);
410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead() function
1079 str = MayRead(path_.get()) ? "YES" : "NO"; in Inquire()