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