OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lostdir
(Results
1 - 2
of
2
) sorted by null
/external/fsck_msdos/
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
...]
ext.h
42
#define
LOSTDIR
"LOST.DIR"
Completed in 30 milliseconds