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

1 2 3 45

  /external/e2fsprogs/misc/
mke2fs.c 1231 static char **parse_fs_type(const char *fs_type,
1249 if (fs_type)
1250 ext_type = fs_type;
1273 profile_get_string(profile, "defaults", "fs_type", 0,
1483 char * fs_type = 0; local
    [all...]
  /external/freetype/src/type1/
t1driver.c 556 retval = sizeof ( type1->font_extra.fs_type );
558 *((FT_UShort *)value) = type1->font_extra.fs_type;
  /system/sepolicy/prebuilts/api/26.0/public/
te_macros 410 type $1_devpts, fs_type;
  /system/sepolicy/prebuilts/api/27.0/public/
attributes 16 attribute fs_type;
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 337 void SetFsType(int32_t fs_type);
os2_table.cc 326 void OS2Table::Builder::SetFsType(int32_t fs_type) {
327 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);
  /build/make/tools/releasetools/
add_img_to_target_files 242 image_props["fs_type"] = fstab[mount_point].fs_type
335 image_props["fs_type"] = fstab["/data"].fs_type
465 if "fs_type" not in image_props:
480 image_props["fs_type"] = fstab["/cache"].fs_type
add_img_to_target_files.py 242 image_props["fs_type"] = fstab[mount_point].fs_type
335 image_props["fs_type"] = fstab["/data"].fs_type
465 if "fs_type" not in image_props:
480 image_props["fs_type"] = fstab["/cache"].fs_type
common.py 293 def __init__(self, mount_point, fs_type, device, length, context):
295 self.fs_type = fs_type
342 d[mount_point] = Partition(mount_point=mount_point, fs_type=pieces[2],
828 fs_type = None
834 fs_type = p.fs_type
839 if not fs_type or not limit:
    [all...]
  /external/libchrome/crypto/
nss_util.cc 150 base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; local
151 if (base::GetFileSystemType(database_dir, &fs_type))
152 db_on_nfs = (fs_type == base::FILE_SYSTEM_NFS);
    [all...]
  /external/ltp/lib/
safe_macros.c 707 static int is_fuse(const char *fs_type)
712 if (!strcmp(fuse_fs_types[i], fs_type))
731 * The mount helpers are called mount.$fs_type.
  /system/sepolicy/prebuilts/api/26.0/private/
app.te 484 neverallow appdomain fs_type:filesystem ~getattr;
  /bootable/recovery/uncrypt/
uncrypt.cpp 199 if (f2fs_fs && strcmp(v->fs_type, "f2fs") == 0)
  /external/freetype/src/type42/
t42parse.c 78 T1_FIELD_NUM ( "FSType", fs_type, 0 )
    [all...]

Completed in 447 milliseconds

1 2 3 45