Searched refs:rootDir (Results 1 – 3 of 3) sorted by relevance
213 static struct dosDirEntry *rootDir; variable 243 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection() 250 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection() 256 rootDir->head = boot->bpbRootClust; in resetDosDirSection() 276 for (d = rootDir; d; d = nd) { in finishDosDirSection() 285 rootDir = lostDir = NULL; in finishDosDirSection() 1049 mod = readDosDirSection(fat, rootDir); in handleDirTree() 1099 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
675 bool rootDir = has_root_directory(p, style); in is_absolute() local678 return rootDir && rootName; in is_absolute()
759 StringRef rootDir = sys::path::parent_path(binDir); // remove 'bin' in addClangLibSearchPaths() local761 SmallString<128> libDir(rootDir); in addClangLibSearchPaths()765 SmallString<128> runtimeLibDir(rootDir); in addClangLibSearchPaths()