/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 | 36 char *fs_type; member in struct:fstab_rec 59 const char *mount_point, const char *fs_type,
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_quota_client.cc | 187 FileSystemType fs_type = QuotaStorageTypeToFileSystemType(type); local 188 DCHECK(fs_type != kFileSystemTypeUnknown); 196 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...] |
/system/core/fastboot/ |
engine.c | 128 char *fs_type; member in struct:generator 166 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) { 324 if (!strncmp(generators[i].fs_type, response, FB_RESPONSE_SZ)) {
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
t1types.h | 88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
|
/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
|
/bootable/recovery/updater/ |
install.c | 53 // mount(fs_type, partition_type, location, mount_point) 55 // fs_type="yaffs2" partition_type="MTD" location=partition 56 // fs_type="ext4" partition_type="EMMC" location=device 62 char* fs_type; local 66 if (ReadArgs(state, argv, 4, &fs_type, &partition_type, 71 if (strlen(fs_type) == 0) { 72 ErrorAbort(state, "fs_type argument to %s() can't be empty", name); 113 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) { 121 if (mount(location, mount_point, fs_type, 132 free(fs_type); 211 char* fs_type; local [all...] |
/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/qemu/ |
usb-linux.c | 1263 const char *fs_type[] = {"unknown", "proc", "dev", "sys"}; local [all...] |
/system/vold/ |
cryptfs.c | 1071 char fs_type[32]; 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...] |