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

1 23

  /system/sepolicy/
te_macros 277 type $1_devpts, fs_type;
untrusted_app.te 187 fs_type
  /build/tools/releasetools/
add_img_to_target_files 160 image_props["fs_type"] = fstab[mount_point].fs_type
208 if (not image_props.get("fs_type", "").startswith("yaffs") and
239 image_props["fs_type"] = fstab["/data"].fs_type
259 if "fs_type" not in image_props:
280 image_props["fs_type"] = fstab["/cache"].fs_type
add_img_to_target_files.py 160 image_props["fs_type"] = fstab[mount_point].fs_type
208 if (not image_props.get("fs_type", "").startswith("yaffs") and
239 image_props["fs_type"] = fstab["/data"].fs_type
259 if "fs_type" not in image_props:
280 image_props["fs_type"] = fstab["/cache"].fs_type
common.py 299 def __init__(self, mount_point, fs_type, device, length, device2, context):
301 self.fs_type = fs_type
344 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[1],
382 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
750 fs_type = None
756 fs_type = p.fs_type
761 if not fs_type or not limit:
764 if fs_type == "yaffs2"
    [all...]
ota_from_target_files 612 assert fs.fs_type.upper() == "EMMC", \
879 check_first_block = system_src_partition.fs_type == "ext4"
885 disable_imgdiff = (system_src_partition.fs_type == "squashfs" or
886 system_tgt_partition.fs_type == "squashfs")
    [all...]
ota_from_target_files.py 612 assert fs.fs_type.upper() == "EMMC", \
879 check_first_block = system_src_partition.fs_type == "ext4"
885 disable_imgdiff = (system_src_partition.fs_type == "squashfs" or
886 system_tgt_partition.fs_type == "squashfs")
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 342 static int squashfs_get_sb(struct file_system_type *fs_type, int flags,
346 return get_sb_bdev(fs_type, flags, dev_name, data, squashfs_fill_super,
  /external/e2fsprogs/misc/
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);
mke2fs.c 1050 static char **parse_fs_type(const char *fs_type,
1072 if (fs_type)
1073 ext_type = fs_type;
1096 profile_get_string(profile, "defaults", "fs_type", 0,
1155 _("\nWarning: the fs_type %s is not "
1293 char * fs_type = 0; local
    [all...]
  /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
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1driver.c 522 retval = sizeof ( type1->font_extra.fs_type );
524 *((FT_UShort *)value) = type1->font_extra.fs_type;
  /external/pdfium/third_party/freetype/src/type1/
t1driver.c 522 retval = sizeof ( type1->font_extra.fs_type );
524 *((FT_UShort *)value) = type1->font_extra.fs_type;
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 337 void SetFsType(int32_t fs_type);
os2_table.cc 324 void OS2Table::Builder::SetFsType(int32_t fs_type) {
325 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);
  /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...]
  /system/vold/
cryptfs.c 2901 int fs_type = get_fs_type(rec); local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42parse.c 78 T1_FIELD_NUM ( "FSType", fs_type, 0 )
    [all...]

Completed in 972 milliseconds

1 23