Searched refs:dot_or_dotdot (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/minfs/
H A Dfsck.cpp28 zx_status_t CheckInode(ino_t ino, ino_t parent, bool dot_or_dotdot);
220 bool dot_or_dotdot = false; local
230 dot_or_dotdot = true;
240 dot_or_dotdot = true;
253 if ((status = CheckInode(de->ino, ino, dot_or_dotdot)) < 0) {
417 zx_status_t MinfsChecker::CheckInode(ino_t ino, ino_t parent, bool dot_or_dotdot) { argument
428 if (inode.magic == kMinfsMagicDir && prev_checked && !dot_or_dotdot) {

Completed in 21 milliseconds