HomeSort by relevance Sort by last modified time
    Searched refs:fuse_ops (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse_mount_factory.cc 11 FuseMountFactory::FuseMountFactory(fuse_operations* fuse_ops)
12 : fuse_ops_(fuse_ops) {}
17 args_copy.fuse_ops = fuse_ops_;
nacl_io.cc 20 fuse_operations* fuse_ops) {
21 return ki_register_mount_type(mount_type, fuse_ops);
fuse_mount_factory.h 17 explicit FuseMountFactory(fuse_operations* fuse_ops);
nacl_io.h 162 * @param[in] fuse_ops A pointer to the FUSE interface that will be used to
169 struct fuse_operations* fuse_ops);
mount.h 35 MountInitArgs() : dev(0), ppapi(NULL), fuse_ops(NULL) {}
36 explicit MountInitArgs(int dev) : dev(dev), ppapi(NULL), fuse_ops(NULL) {}
42 fuse_operations* fuse_ops; member in struct:nacl_io::MountInitArgs
mount_fuse.h 45 struct fuse_operations* fuse_ops,
68 struct fuse_operations* fuse_ops,
95 struct fuse_operations* fuse_ops,
mount_fuse.cc 40 fuse_ops_ = args.fuse_ops;
208 struct fuse_operations* fuse_ops,
212 fuse_ops_(fuse_ops),
278 struct fuse_operations* fuse_ops,
281 : MountNodeFuse(mount, fuse_ops, info, path) {}
354 struct fuse_operations* fuse_ops,
357 : MountNodeFuse(mount, fuse_ops, info, path) {}
kernel_intercept.cc 54 struct fuse_operations* fuse_ops) {
55 return s_kp->RegisterMountType(mount_type, fuse_ops);
kernel_intercept.h 37 struct fuse_operations* fuse_ops);
kernel_proxy.h 55 bool RegisterMountType(const char* mount_type, fuse_operations* fuse_ops);
kernel_proxy.cc 129 fuse_operations* fuse_ops) {
134 factories_[mount_type] = new FuseMountFactory(fuse_ops);
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_fuse_test.cc 24 explicit MountFuseForTesting(fuse_operations* fuse_ops) {
26 args.fuse_ops = fuse_ops;

Completed in 224 milliseconds