Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h108 bool IsExtant(const char *path);
H A Dfile.cpp437 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant() function
H A Dio-stmt.cpp1461 result = IsExtant(path_.get()); in Inquire()