Searched refs:rootDir (Results 1 – 2 of 2) sorted by relevance
215 static struct dosDirEntry *rootDir; variable245 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()252 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()258 rootDir->head = boot->bpbRootClust; in resetDosDirSection()278 for (d = rootDir; d; d = nd) { in finishDosDirSection()287 rootDir = lostDir = NULL; in finishDosDirSection()1038 mod = readDosDirSection(fat, rootDir); in handleDirTree()1088 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
673 bool rootDir = has_root_directory(p, style); in is_absolute() local677 return rootDir && rootName; in is_absolute()