Searched refs:fs_type (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/base/
H A Dftfstype.c33 /* first, try to get the fs_type directly from the font */
47 extra.fs_type != 0 )
48 return extra.fs_type;
/external/sepolicy/
H A Dattributes12 attribute fs_type;
H A Dcts.te20 allow appdomain fs_type:dir r_dir_perms;
24 allow appdomain fs_type:dir_file_class_set getattr;
/external/e2fsprogs/misc/
H A Dblkid.c135 static void pretty_print_line(const char *device, const char *fs_type, argument
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);
H A Dfsck.c744 static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp) argument
750 if (fs_type) {
751 for (cp=fs_type; *cp; cp++) {
768 if (!fs_type)
771 list = string_copy(fs_type);
H A Dmke2fs.c936 static char **parse_fs_type(const char *fs_type, argument
957 if (fs_type)
958 ext_type = fs_type;
979 profile_get_string(profile, "defaults", "fs_type", 0,
1145 const char * fs_type = 0; local
1392 fs_type = optarg;
1566 fs_types = parse_fs_type(fs_type, usage_types, &fs_param, argv[0]);
/external/freetype/include/freetype/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/kernel-headers/original/linux/
H A Dfs.h1323 extern int get_sb_bdev(struct file_system_type *fs_type,
1327 extern int get_sb_single(struct file_system_type *fs_type,
1331 extern int get_sb_nodev(struct file_system_type *fs_type,
/external/qemu/
H A Dusb-linux.c1262 const char *fs_type[] = {"unknown", "proc", "dev", "sys"}; local
1305 fs_type[usb_fs_type], usb_host_device_path);
/external/bluetooth/glib/gio/
H A Dgunixmounts.c1015 if (strcmp (fstab->fs_type, "ro") == 0)
/external/qemu/block/
H A Dvvfat.c252 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:

Completed in 327 milliseconds