HomeSort by relevance Sort by last modified time
    Searched refs:fs_type (Results 26 - 50 of 68) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon58202::__anon58203
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon58202::__anon58204
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon58978::__anon58979
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon58978::__anon58980
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon59755::__anon59756
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon59755::__anon59757
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon60525::__anon60526
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon60525::__anon60527
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon61292::__anon61293
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon61292::__anon61294
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon62071::__anon62072
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon62071::__anon62073
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon62849::__anon62850
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon62849::__anon62851
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon63625::__anon63626
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon63625::__anon63627
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon64402::__anon64403
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon64402::__anon64404
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon65172::__anon65173
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon65172::__anon65174
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon65939::__anon65940
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon65939::__anon65941
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon66718::__anon66719
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon66718::__anon66720
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon67496::__anon67497
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon67496::__anon67498
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon68272::__anon68273
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon68272::__anon68274
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon69049::__anon69050
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon69049::__anon69051
  /system/vold/
TrimTask.cpp 74 if (!strcmp(fstab->recs[i].fs_type, "emmc") ||
75 !strcmp(fstab->recs[i].fs_type, "mtd")) {
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidtoken.h 57 T1_FIELD_NUM ( "FSType", fs_type, 0 )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1tokens.h 50 T1_FIELD_NUM ( "FSType", fs_type,
  /external/pdfium/third_party/freetype/src/cid/
cidtoken.h 57 T1_FIELD_NUM ( "FSType", fs_type, 0 )
  /external/pdfium/third_party/freetype/src/type1/
t1tokens.h 50 T1_FIELD_NUM ( "FSType", fs_type,
  /system/core/fs_mgr/
fs_mgr_fstab.c 333 ERROR("Error parsing fs_type\n");
336 fstab->recs[cnt].fs_type = strdup(p);
398 free(fstab->recs[i].fs_type);
416 const char *mount_point, const char *fs_type,
432 new_fstab_recs[n].fs_type = strdup(fs_type);
  /external/freetype/include/freetype/internal/
t1types.h 89 FT_UShort fs_type; member in struct:PS_FontExtraRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
  /bootable/recovery/updater/
install.cpp 110 // mount(fs_type, partition_type, location, mount_point)
112 // fs_type="yaffs2" partition_type="MTD" location=partition
113 // fs_type="ext4" partition_type="EMMC" location=device
119 char* fs_type; local
127 if (ReadArgs(state, argv, 5, &fs_type, &partition_type,
133 if (ReadArgs(state, argv, 4, &fs_type, &partition_type,
139 if (strlen(fs_type) == 0) {
140 ErrorAbort(state, kArgsParsingFailure, "fs_type argument to %s() can't be empty", name);
184 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
192 if (mount(location, mount_point, fs_type,
307 char* fs_type; local
    [all...]

Completed in 893 milliseconds

12 3