Searched defs:IsExtant (Results 1 – 1 of 1) sorted by relevance
441 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