Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfile.cpp441 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant() function
463 RT_API_ATTRS bool IsExtant(const char *path) { in IsExtant() function