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

1 2

  /system/core/fastboot/
fs.cpp 39 const char* fs_type; //must match what fastboot reports for partition type member in struct:fs_generator
51 const struct fs_generator* fs_get_generator(const std::string& fs_type) {
53 if (fs_type == generators[i].fs_type) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
fstab.h 63 const char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
  /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);
  /system/core/fs_mgr/include/
fs_mgr.h 64 char *fs_type; member in struct:fstab_rec
106 const char *mount_point, const char *fs_type,
  /system/extras/tests/fstest/
recovery_test.cpp 45 enum Fs_Type { FS_UNKNOWN, FS_EXT4, FS_F2FS };
187 FsRecoveryTest() : fs_type(FS_UNKNOWN), blk_fd_(-1) {}
190 fs_type = FS_UNKNOWN;
204 if (!strcmp(fstab->recs[i].fs_type, "ext4")) {
205 fs_type = FS_EXT4;
207 } else if (!strcmp(fstab->recs[i].fs_type, "f2fs")) {
208 fs_type = FS_F2FS;
215 return fs_type != FS_UNKNOWN;
278 Fs_Type fs_type; member in class:android::FsRecoveryTest
    [all...]
  /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_
  /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
  /bionic/libc/kernel/uapi/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon690::__anon691
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon690::__anon692
  /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...]
  /development/ndk/platforms/android-21/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon1801::__anon1802
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon1801::__anon1803
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 136 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon13318::__anon13319
159 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon13318::__anon13320
  /external/libchrome/crypto/
nss_util.cc 161 base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; local
162 if (base::GetFileSystemType(database_dir, &fs_type))
163 db_on_nfs = (fs_type == base::FILE_SYSTEM_NFS);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 116 struct lp_type fs_type,
130 assert(fs_type.width == 32);
131 assert(fs_type.length <= Elements(bits));
132 mask_type = lp_int_type(fs_type);
142 assert(fs_type.length == 4);
149 assert(fs_type.length == 4);
169 for (i = 0; i < fs_type.length / 4; i++) {
176 mask = LLVMBuildAnd(builder, mask, LLVMConstVector(bits, fs_type.length), "");
770 struct lp_type fs_type; local
832 memset(&fs_type, 0, sizeof fs_type)
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon55878::__anon55879
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon55878::__anon55880
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon56645::__anon56646
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon56645::__anon56647
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon57424::__anon57425
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon57424::__anon57426
  /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

Completed in 887 milliseconds

1 2