Searched defs:fs_type (Results 1 - 17 of 17) sorted by relevance

/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 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/chromium_org/ppapi/shared_impl/
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/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/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/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_
/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/chromium_org/crypto/
H A Dnss_util.cc154 base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; local
155 if (base::GetFileSystemType(database_dir, &fs_type))
156 db_on_nfs = (fs_type == base::FILE_SYSTEM_NFS);
/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/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/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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc326 void OS2Table::Builder::SetFsType(int32_t fs_type) { argument
327 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc324 void OS2Table::Builder::SetFsType(int32_t fs_type) { argument
325 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);

Completed in 1050 milliseconds