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

1 2 3

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
nacl_io.cc 19 int nacl_io_register_fs_type(const char* fs_type, fuse_operations* fuse_ops) {
20 return ki_get_proxy()->RegisterFsType(fs_type, fuse_ops);
23 int nacl_io_unregister_fs_type(const char* fs_type) {
24 return ki_get_proxy()->UnregisterFsType(fs_type);
nacl_io.h 152 * const char fs_type[] = "my_fs";
153 * int result = nacl_io_register_fs_type(fs_type, &my_fuse_ops);
155 * fprintf(stderr, "Error registering filesystem type %s.\n", fs_type);
161 * int result = mount("", "/fs/foo", fs_type, 0, NULL);
163 * fprintf(stderr, "Error mounting %s.\n", fs_type);
170 * @param[in] fs_type The name of the new filesystem type.
177 int nacl_io_register_fs_type(const char* fs_type,
184 * @param[in] fs_type The name of the filesystem type; the same identifier that
188 int nacl_io_unregister_fs_type(const char* fs_type);
  /system/core/fastboot/
fs.h 8 const struct fs_generator* fs_get_generator(const char *fs_type);
fs.c 41 char *fs_type; //must match what fastboot reports for partition type member in struct:fs_generator
51 const struct fs_generator* fs_get_generator(const char *fs_type)
56 if (!strcmp(generators[i].fs_type, fs_type))
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
  /bootable/recovery/
roots.cpp 67 printf(" %d %s %s %s %lld\n", i, v->mount_point, v->fs_type,
83 if (strcmp(v->fs_type, "ramdisk") == 0) {
104 if (strcmp(v->fs_type, "yaffs2") == 0) {
114 return mtd_mount_partition(partition, v->mount_point, v->fs_type, 0);
115 } else if (strcmp(v->fs_type, "ext4") == 0 ||
116 strcmp(v->fs_type, "vfat") == 0) {
117 result = mount(v->blk_device, v->mount_point, v->fs_type,
125 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point);
135 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 26 PP_FileSystemType fs_type,
file_type_conversion.cc 84 PP_FileSystemType fs_type,
91 info_out->system_type = fs_type;
95 DCHECK_EQ(PP_FILESYSTEMTYPE_EXTERNAL, fs_type);
  /system/core/fs_mgr/
fs_mgr.c 89 static void check_fs(char *blk_device, char *fs_type, char *target)
102 if (!strcmp(fs_type, "ext2") || !strcmp(fs_type, "ext3") || !strcmp(fs_type, "ext4")) {
116 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
117 INFO("%s(): mount(%s,%s,%s)=%d\n", __func__, blk_device, target, fs_type, ret);
141 } else if (!strcmp(fs_type, "f2fs")) {
209 ret = mount(source, target, rec->fs_type, mountflags, rec->fs_options);
211 INFO("%s(source=%s,target=%s,type=%s)=%d\n", __func__, source, target, rec->fs_type, ret);
283 ERROR("%s(): skipping fstab dup mountpoint=%s rec[%d].fs_type=%s already mounted as %s.\n", __func__
    [all...]
fs_mgr_fstab.c 267 ERROR("Error parsing fs_type\n");
270 fstab->recs[cnt].fs_type = strdup(p);
325 free(fstab->recs[i].fs_type);
343 const char *mount_point, const char *fs_type,
359 new_fstab_recs[n].fs_type = strdup(fs_type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
fstab.h 63 const char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
  /system/extras/tests/fstest/
recovery_test.cpp 45 enum Fs_Type { FS_UNKNOWN, FS_EXT4, FS_F2FS };
187 FsRecoveryTest() : fs_type(FS_UNKNOWN), blk_fd_(-1) {}
190 fs_type = FS_UNKNOWN;
204 if (!strcmp(fstab->recs[i].fs_type, "ext4")) {
205 fs_type = FS_EXT4;
207 } else if (!strcmp(fstab->recs[i].fs_type, "f2fs")) {
208 fs_type = FS_F2FS;
215 return fs_type != FS_UNKNOWN;
273 Fs_Type fs_type; member in class:android::FsRecoveryTest
    [all...]
  /external/sepolicy/
attributes 12 attribute fs_type;
unconfined.te 47 allow unconfineddomain {fs_type -contextmount_type -sdcard_type}:{ dir lnk_file sock_file fifo_file } ~relabelto;
66 fs_type
  /system/core/fs_mgr/include/
fs_mgr.h 41 char *fs_type; member in struct:fstab_rec
72 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),
  /system/vold/
fstrim.c 75 if (!strcmp(fstab->recs[i].fs_type, "emmc") ||
76 !strcmp(fstab->recs[i].fs_type, "mtd")) {
  /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);
  /bionic/libc/kernel/uapi/linux/
msdos_fs.h 132 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon602::__anon603
151 __u8 fs_type[8]; member in struct:fat_boot_sector::__anon602::__anon604

Completed in 1440 milliseconds

1 2 3