Searched defs:fstypes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dlslr.c45 static struct fsw_fstype_table *fstypes[] = { variable in typeref:struct:fsw_fstype_table
113 for (i = 0; fstypes[i]; i++) {
114 vol = fsw_posix_mount(argv[1], fstypes[i]);
116 printf("Mounted as '%s'.\n", fstypes[i]->name.data);

Completed in 118 milliseconds