Home | History | Annotate | Download | only in ceres

Lines Matching refs:DirectoryExists

7644 bool FilePath::DirectoryExists() const {
7734 if (pathname_.length() == 0 || this->DirectoryExists()) {
7759 return this->DirectoryExists(); // An error is OK if the directory exists.