Searched defs:MountFuse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_fuse.h17 class MountFuse : public Mount { class in namespace:nacl_io
19 MountFuse();
39 DISALLOW_COPY_AND_ASSIGN(MountFuse);
88 friend class MountFuse;
116 friend class MountFuse;
H A Dmount_fuse.cc33 MountFuse::MountFuse() : fuse_ops_(NULL), fuse_user_data_(NULL) {} function in class:nacl_io::MountFuse
35 Error MountFuse::Init(const MountInitArgs& args) {
52 void MountFuse::Destroy() {
57 Error MountFuse::Access(const Path& path, int a_mode) {
68 Error MountFuse::Open(const Path& path,
143 Error MountFuse::Unlink(const Path& path) {
154 Error MountFuse::Mkdir(const Path& path, int perm) {
165 Error MountFuse::Rmdir(const Path& path) {
176 Error MountFuse
[all...]

Completed in 52 milliseconds