OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fuse_ops_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc
33
MountFuse::MountFuse() :
fuse_ops_
(NULL), fuse_user_data_(NULL) {}
40
fuse_ops_
= args.fuse_ops;
41
if (
fuse_ops_
== NULL)
44
if (
fuse_ops_
->init) {
46
fuse_user_data_ =
fuse_ops_
->init(&info);
53
if (
fuse_ops_
&&
fuse_ops_
->destroy)
54
fuse_ops_
->destroy(fuse_user_data_);
58
if (!
fuse_ops_
->access)
61
int result =
fuse_ops_
->access(path.Join().c_str(), a_mode)
[
all
...]
fuse_mount_factory.h
22
fuse_operations*
fuse_ops_
;
member in class:nacl_io::FuseMountFactory
fuse_mount_factory.cc
12
:
fuse_ops_
(fuse_ops) {}
17
args_copy.fuse_ops =
fuse_ops_
;
mount_fuse.h
34
struct fuse_operations*
fuse_ops_
;
member in class:nacl_io::MountFuse
60
struct fuse_operations*
fuse_ops_
;
member in class:nacl_io::MountNodeFuse
Completed in 130 milliseconds