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

1 2

  /bootable/recovery/
roots.cpp 59 printf(" %d %s %s %s %lld\n", i, v->mount_point, v->fs_type,
75 if (strcmp(v->fs_type, "ramdisk") == 0) {
96 if (strcmp(v->fs_type, "yaffs2") == 0) {
106 return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0);
107 } else if (strcmp(v->fs_type, "ext4") == 0 ||
108 strcmp(v->fs_type, "vfat") == 0) {
109 result = mount(v->blk_device, v->mount_point, v->fs_type,
117 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point);
127 if (strcmp(v->fs_type, "ramdisk") == 0)
    [all...]
bootloader.cpp 40 if (strcmp(v->fs_type, "mtd") == 0) {
42 } else if (strcmp(v->fs_type, "emmc") == 0) {
45 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
55 if (strcmp(v->fs_type, "mtd") == 0) {
57 } else if (strcmp(v->fs_type, "emmc") == 0) {
60 LOGE("unknown misc partition fs_type \"%s\"\n", v->fs_type);
  /external/chromium_org/third_party/freetype/src/base/
ftfstype.c 33 /* first, try to get the fs_type directly from the font */
47 extra.fs_type != 0 )
48 return extra.fs_type;
  /external/freetype/src/base/
ftfstype.c 33 /* first, try to get the fs_type directly from the font */
47 extra.fs_type != 0 )
48 return extra.fs_type;
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.h 28 PP_FileSystemType fs_type,
file_type_conversion.cc 83 PP_FileSystemType fs_type,
90 info_out->system_type = fs_type;
94 DCHECK_EQ(PP_FILESYSTEMTYPE_EXTERNAL, fs_type);
  /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/
fs_mgr.c 390 ERROR("Error parsing fs_type\n");
393 fstab->recs[cnt].fs_type = strdup(p);
441 free(fstab->recs[i].fs_type);
458 static void check_fs(char *blk_device, char *fs_type, char *target)
471 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) {
485 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
591 if (!strcmp(fstab->recs[i].fs_type, "swap") ||
592 !strcmp(fstab->recs[i].fs_type, "emmc") |
    [all...]
  /external/sepolicy/
attributes 12 attribute fs_type;
  /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,
  /build/tools/releasetools/
build_image.py 53 fs_type = prop_dict.get("fs_type", "")
55 if fs_type.startswith("ext"):
60 build_command.extend([in_dir, out_file, fs_type,
123 copy_prop("fs_type", "fs_type")
126 copy_prop("fs_type", "fs_type")
129 copy_prop("cache_fs_type", "fs_type")
132 copy_prop("vendor_fs_type", "fs_type")
    [all...]
img_from_target_files 82 image_props["fs_type" ] = fstab["/system"].fs_type
102 if "fs_type" not in image_props:
124 image_props["fs_type" ] = fstab["/vendor"].fs_type
140 if (image_props.get("fs_type", "").startswith("ext") and
156 image_props["fs_type" ] = fstab["/data"].fs_type
173 if "fs_type" not in image_props:
188 image_props["fs_type" ] = fstab["/cache"].fs_typ
    [all...]
common.py 195 p.fs_type = pieces[1]
237 p.fs_type = pieces[2]
488 fs_type = p.fs_type
493 if not fs_type or not limit: return
495 if fs_type == "yaffs2":
954 return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device
  /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),
  /system/vold/
fstrim.c 69 if (!strcmp(fstab->recs[i].fs_type, "emmc") ||
70 !strcmp(fstab->recs[i].fs_type, "mtd")) {
main.cpp 186 !strcmp(fstab->recs[i].fs_type, "vfat")) {
  /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/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);
fsck.c 744 static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp)
750 if (fs_type) {
751 for (cp=fs_type; *cp; cp++) {
768 if (!fs_type)
771 list = string_copy(fs_type);
  /bootable/recovery/updater/
install.c 51 // mount(fs_type, partition_type, location, mount_point)
53 // fs_type="yaffs2" partition_type="MTD" location=partition
54 // fs_type="ext4" partition_type="EMMC" location=device
60 char* fs_type; local
64 if (ReadArgs(state, argv, 4, &fs_type, &partition_type,
69 if (strlen(fs_type) == 0) {
70 ErrorAbort(state, "fs_type argument to %s() can't be empty", name);
111 if (mtd_mount_partition(mtd, mount_point, fs_type, 0 /* rw */) != 0) {
119 if (mount(location, mount_point, fs_type,
130 free(fs_type);
209 char* fs_type; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 99 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_

Completed in 558 milliseconds

1 2