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

  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
ext2ed.h 191 extern char Ext2Descriptors [200];
main.c 56 char Ext2Descriptors [200]="ext2.descriptors"; /* The location of the ext2 filesystem object definition */
init.c 414 if (!set_struct_descriptors (Ext2Descriptors))
506 if (strcasecmp (option,"Ext2Descriptors")==0) {
507 strcpy (Ext2Descriptors,value);

Completed in 77 milliseconds