Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfile.cpp442 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead() function
466 RT_API_ATTRS bool MayRead(const char *path) { in MayRead() function