Searched refs:filesystem_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc244 PP_FileSystemType filesystem_type = PP_FILESYSTEMTYPE_LOCALPERSISTENT; local
251 filesystem_type = PP_FILESYSTEMTYPE_LOCALPERSISTENT;
253 filesystem_type = PP_FILESYSTEMTYPE_LOCALTEMPORARY;
255 filesystem_type = PP_FILESYSTEMTYPE_LOCALPERSISTENT;
285 filesystem_iface_->Create(ppapi_->GetInstance(), filesystem_type);
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf655 attribute filesystem_type;
885 type iso9660_t, filesystem_type, noxattrfs;
887 type nfs_t, filesystem_type, noxattrfs;
1196 typeattribute sysfs_t filesystem_type;
1206 typeattribute usbfs_t filesystem_type;
1321 typeattribute fs_t filesystem_type;
1323 typeattribute bdev_t filesystem_type;
1325 typeattribute binfmt_misc_fs_t filesystem_type;
1331 typeattribute capifs_t filesystem_type;
1333 typeattribute configfs_t filesystem_type;
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h91 PP_FileSystemType filesystem_type() const { return filesystem_type_; } function in class:FakeHtml5FsFilesystem
H A Dfake_pepper_interface_html5_fs.cc670 PP_FileSystemType filesystem_type) {
678 *instance_resource->filesystem_template, filesystem_type);
669 Create(PP_Instance instance, PP_FileSystemType filesystem_type) argument

Completed in 248 milliseconds