Searched refs:rootDir (Results 1 – 3 of 3) sorted by relevance
213 static struct dosDirEntry *rootDir; variable243 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()
676 bool rootDir = has_root_directory(p, style); in is_absolute() local679 return rootDir && rootName; in is_absolute()
639 StringRef rootDir = sys::path::parent_path(binDir); // remove 'bin' in addClangLibSearchPaths() local641 SmallString<128> libDir(rootDir); in addClangLibSearchPaths()645 SmallString<128> runtimeLibDir(rootDir); in addClangLibSearchPaths()