Home
last modified time | relevance | path

Searched refs:DO_OPEN_DIRS (Results 1 – 7 of 7) sorted by relevance

/external/mtools/
Dvfat.h105 #define DO_OPEN_DIRS 0x400 /* open all directories that are found */ macro
Dmdu.c139 arg.mp.lookupflags = ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN_DIRS | NO_DOTS; in mdu()
Dmmd.c195 arg.mp.lookupflags = OPEN_PARENT | DO_OPEN_DIRS; in mmd()
Dmdir.c606 mp.lookupflags = ACCEPT_DIR | DO_OPEN_DIRS | NO_DOTS; in mdir()
609 mp.lookupflags = ACCEPT_DIR | ACCEPT_PLAIN | DO_OPEN_DIRS; in mdir()
Dmattrib.c256 arg.mp.lookupflags |= DO_OPEN_DIRS | NO_DOTS; in mattrib()
Dmainloop.c235 if(mp->lookupflags & (DO_OPEN | DO_OPEN_DIRS)) in handle_leaf()
269 (mp->lookupflags & DO_OPEN_DIRS))) { in _dos_loop()
Dmmove.c297 ACCEPT_PLAIN | ACCEPT_DIR | DO_OPEN_DIRS | NO_DOTS | NO_UNIX; in mmove()