Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dfile.h101 bool MayReadAndWrite(const char *path);
Dfile.cpp412 bool MayReadAndWrite(const char *path) { in MayReadAndWrite() function
Dio-stmt.cpp1082 str = MayReadAndWrite(path_.get()) ? "YES" : "NO"; in Inquire()