HomeSort by relevance Sort by last modified time
    Searched full:fs_type (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/misc/
mke2fs.c 962 const char * fs_type = 0; local
1190 fs_type = optarg;
1333 if (!fs_type) {
    [all...]
mke2fs.conf.5.in 168 fs_type's subsection:
fsck.c 733 static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp)
739 if (fs_type) {
740 for (cp=fs_type; *cp; cp++) {
757 if (!fs_type)
760 list = string_copy(fs_type);
  /external/freetype/include/freetype/internal/
t1types.h 99 FT_UShort fs_type; member in struct:PS_FontExtraRec_
  /external/grub/util/
mkbimage 64 Usage: $program [-hVF] [-t TYPE] [-d DIRECTORY] [-s FS_TYPE] -f TAR_FILE
76 -s FS_TYPE
  /external/kernel-headers/original/linux/
fs.h     [all...]
  /external/qemu/
usb-linux.c 1263 const char *fs_type[] = {"unknown", "proc", "dev", "sys"}; local
    [all...]
  /external/bluetooth/glib/gio/
gunixmounts.c 1015 if (strcmp (fstab->fs_type, "ro") == 0)
    [all...]
  /external/qemu/block/
vvfat.c 252 uint8_t fs_type; /* 0x1 = FAT12, 0x6 = FAT16, 0xe = FAT16_LBA, 0xb = FAT32, 0xc = FAT32_LBA */ member in struct:partition_t
403 partition->fs_type= s->fat_type==12 ? 0x1:
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]

Completed in 3620 milliseconds