Home | History | Annotate | Download | only in Basic

Lines Matching refs:isSymlink

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