HomeSort by relevance Sort by last modified time
    Searched refs:LOSTDIR (Results 1 - 2 of 2) sorted by null

  /external/fsck_msdos/
ext.h 42 #define LOSTDIR "LOST.DIR"
dir.c 218 static struct dosDirEntry *lostDir;
296 rootDir = lostDir = NULL;
1027 if (!lostDir) {
1028 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
1029 if (!strcmp(lostDir->name, LOSTDIR))
1032 if (!lostDir) { /* Create LOSTDIR? XXX *
    [all...]

Completed in 501 milliseconds