Lines Matching refs:okay
314 okay = _check_file(filename, S_IRANY)
316 okay = NotImplemented
317 if okay is not NotImplemented:
318 return okay
327 okay = _check_file(filename, S_IWANY)
329 okay = NotImplemented
330 if okay is not NotImplemented:
331 return okay
340 okay = _check_file(filename, S_IXANY)
342 okay = NotImplemented
343 if okay is not NotImplemented:
344 return okay