Searched refs:IsExtant (Results 1 – 3 of 3) sorted by relevance
108 bool IsExtant(const char *path);
437 bool IsExtant(const char *path) { return ::access(path, F_OK) == 0; } in IsExtant() function
1461 result = IsExtant(path_.get()); in Inquire()