Home | History | Annotate | Download | only in Basic

Lines Matching refs:isRegularFile

50 bool Status::isRegularFile() const {
54 return exists() && !isRegularFile() && !isDirectory() && !isSymlink();