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

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnacl_io.cc23 int nacl_io_register_fs_type(const char* fs_type, fuse_operations* fuse_ops) { argument
24 return ki_get_proxy()->RegisterFsType(fs_type, fuse_ops);
27 int nacl_io_unregister_fs_type(const char* fs_type) { argument
28 return ki_get_proxy()->UnregisterFsType(fs_type);
H A Dnacl_io.h169 * const char fs_type[] = "my_fs";
170 * int result = nacl_io_register_fs_type(fs_type, &my_fuse_ops);
172 * fprintf(stderr, "Error registering filesystem type %s.\n", fs_type);
178 * int result = mount("", "/fs/foo", fs_type, 0, NULL);
180 * fprintf(stderr, "Error mounting %s.\n", fs_type);
187 * @param[in] fs_type The name of the new filesystem type.
194 int nacl_io_register_fs_type(const char* fs_type,
201 * @param[in] fs_type The name of the filesystem type; the same identifier that
205 int nacl_io_unregister_fs_type(const char* fs_type);
H A Dkernel_proxy.h56 bool RegisterFsType(const char* fs_type, fuse_operations* fuse_ops);
57 bool UnregisterFsType(const char* fs_type);
H A Dkernel_proxy.cc139 bool KernelProxy::RegisterFsType(const char* fs_type, argument
141 FsFactoryMap_t::iterator iter = factories_.find(fs_type);
145 factories_[fs_type] = new FuseFsFactory(fuse_ops);
149 bool KernelProxy::UnregisterFsType(const char* fs_type) { argument
150 FsFactoryMap_t::iterator iter = factories_.find(fs_type);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/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/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/chromium_org/ppapi/shared_impl/
H A Dfile_type_conversion.h26 PP_FileSystemType fs_type,
H A Dfile_type_conversion.cc84 PP_FileSystemType fs_type,
91 info_out->system_type = fs_type;
95 DCHECK_EQ(PP_FILESYSTEMTYPE_EXTERNAL, fs_type);
83 FileInfoToPepperFileInfo(const base::File::Info& info, PP_FileSystemType fs_type, PP_FileInfo* info_out) argument
/external/sepolicy/
H A Dattributes12 attribute fs_type;
H A Dunconfined.te47 allow unconfineddomain {fs_type -contextmount_type -sdcard_type}:{ dir lnk_file sock_file fifo_file } ~relabelto;
66 fs_type
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_quota_client.cc186 FileSystemType fs_type = QuotaStorageTypeToFileSystemType(type); local
187 DCHECK(fs_type != kFileSystemTypeUnknown);
195 fs_type),
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c116 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,
115 generate_quad_mask(struct gallivm_state *gallivm, struct lp_type fs_type, unsigned first_quad, LLVMValueRef mask_input) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c116 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,
115 generate_quad_mask(struct gallivm_state *gallivm, struct lp_type fs_type, unsigned first_quad, LLVMValueRef mask_input) argument
[all...]
/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.c1050 static char **parse_fs_type(const char *fs_type, argument
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
1570 if (fs_type) {
1575 fs_type = strdup(optarg);
1713 if (!fs_type)
1715 "fs_type",
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h136 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon23170::__anon23171
159 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon23170::__anon23172
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidtoken.h57 T1_FIELD_NUM ( "FSType", fs_type, 0 )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1tokens.h50 T1_FIELD_NUM ( "FSType", fs_type,
H A Dt1driver.c520 retval = sizeof ( type1->font_extra.fs_type );
522 *((FT_UShort *)value) = type1->font_extra.fs_type;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/freetype/include/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_

Completed in 238 milliseconds

12