Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dfile.h99 bool MayRead(const char *path);
Dfile.cpp410 bool MayRead(const char *path) { return ::access(path, R_OK) == 0; } in MayRead() function
Dio-stmt.cpp1079 str = MayRead(path_.get()) ? "YES" : "NO"; in Inquire()