Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dfile.h98 bool IsExtant(const char *path);
Dfile.cpp409 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant() function
Dio-stmt.cpp1104 result = IsExtant(path_.get()); in Inquire()