Home
last modified time | relevance | path

Searched refs:rootDir (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sbin/fsck_msdosfs/
H A Ddir.c216 static struct dosDirEntry *rootDir; variable
243 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()
250 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
264 rootDir->head = boot->bpbRootClust; in resetDosDirSection()
284 for (d = rootDir; d; d = nd) { in finishDosDirSection()
293 rootDir = lostDir = NULL; in finishDosDirSection()
885 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()
932 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp692 bool rootDir = has_root_directory(p, style); in is_absolute() local
696 return rootDir && rootName; in is_absolute()