Home
last modified time | relevance | path

Searched refs:MayRead (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h109 bool MayRead(const char *path);
H A Dfile.cpp438 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead() function
H A Dio-stmt.cpp1433 str = MayRead(path_.get()) ? "YES" : "NO"; in Inquire()