Home
last modified time | relevance | path

Searched refs:vfat_lookup (Results 1 – 8 of 8) sorted by relevance

/external/mtools/
DmtoolsDirentry.h36 int vfat_lookup(direntry_t *entry, const char *filename, int length, int flags,
Dmdel.c109 while((r=vfat_lookup(&subEntry, "*", 1, in del_file()
Dmainloop.c260 (r=vfat_lookup(&entry, filename, -1, in _dos_loop()
392 (r=vfat_lookup(&entry, filename0, length, in recurs_dos_loop()
Dmmove.c79 switch(vfat_lookup(&subEntry, "..", 2, ACCEPT_DIR, in renameit()
Dmlabel.c223 r=vfat_lookup(&entry, 0, 0, ACCEPT_LABEL | MATCH_ANY, in mlabel()
Dmdir.c199 if((r=vfat_lookup(&entry, 0, 0, ACCEPT_LABEL | MATCH_ANY, in print_volume_label()
Dmcopy.c395 switch(vfat_lookup(&entry, filename, -1, ACCEPT_DIR, 0, 0, 0, 0)) { in subDir()
Dvfat.c608 int vfat_lookup(direntry_t *direntry, const char *filename, int length, in vfat_lookup() function