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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fstab.h 63 const char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fstab.h 63 const char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fstab.h 63 const char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
  /system/core/fs_mgr/include/
fs_mgr.h 33 char *fs_type; member in struct:fstab_rec
53 const char *mount_point, const char *fs_type,
  /external/e2fsprogs/misc/
blkid.c 135 static void pretty_print_line(const char *device, const char *fs_type,
161 len = pretty_print_word(fs_type, fs_type_len, len, 0);
172 const char *uuid = "", *fs_type = "", *label = ""; local
178 pretty_print_line("device", "fs_type", "label",
196 fs_type = value;
216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
mke2fs.c 970 static char **parse_fs_type(const char *fs_type,
991 if (fs_type)
992 ext_type = fs_type;
1013 profile_get_string(profile, "defaults", "fs_type", 0,
1070 _("\nWarning: the fs_type %s is not "
1195 const char * fs_type = 0; local
    [all...]
  /bootable/recovery/updater/
install.c 45 // mount(fs_type, partition_type, location, mount_point)
47 // fs_type="yaffs2" partition_type="MTD" location=partition
48 // fs_type="ext4" partition_type="EMMC" location=device
54 char* fs_type; local
58 if (ReadArgs(state, argv, 4, &fs_type, &partition_type,
63 if (strlen(fs_type) == 0) {
64 ErrorAbort(state, "fs_type argument to %s() can't be empty", name);
105 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
113 if (mount(location, mount_point, fs_type,
124 free(fs_type);
203 char* fs_type; local
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
  /ndk/sources/host-tools/make-3.81/
dir.c 433 char fs_type[BUFSIZ];
535 &fs_flags, fs_type, sizeof (fs_type)) == FALSE)
537 else if (!strcmp(fs_type, "FAT"))
539 else if (!strcmp(fs_type, "NTFS"))
430 char fs_type[BUFSIZ]; local
  /system/core/fastboot/
engine.c 128 char *fs_type; member in struct:generator
166 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
338 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
  /system/vold/
cryptfs.c 709 char fs_type[32]; local
    [all...]
  /external/qemu/
usb-linux.c 1262 const char *fs_type[] = {"unknown", "proc", "dev", "sys"}; local
    [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...]

Completed in 406 milliseconds