Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c213 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()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp676 bool rootDir = has_root_directory(p, style); in is_absolute() local
679 return rootDir && rootName; in is_absolute()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp639 StringRef rootDir = sys::path::parent_path(binDir); // remove 'bin' in addClangLibSearchPaths() local
641 SmallString<128> libDir(rootDir); in addClangLibSearchPaths()
645 SmallString<128> runtimeLibDir(rootDir); in addClangLibSearchPaths()