HomeSort by relevance Sort by last modified time
    Searched defs:MountPassthrough (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_passthrough.h 13 class MountPassthrough : public Mount {
15 MountPassthrough();
31 friend class TypedMountFactory<MountPassthrough>;
32 DISALLOW_COPY_AND_ASSIGN(MountPassthrough);
mount_passthrough.cc 107 friend class MountPassthrough;
112 MountPassthrough::MountPassthrough() {}
114 Error MountPassthrough::Init(const MountInitArgs& args) {
118 void MountPassthrough::Destroy() {}
120 Error MountPassthrough::Access(const Path& path, int a_mode) {
125 Error MountPassthrough::Open(const Path& path,
138 Error MountPassthrough::OpenResource(const Path& path,
150 Error MountPassthrough::Unlink(const Path& path) {
155 Error MountPassthrough::Mkdir(const Path& path, int perm)
    [all...]

Completed in 197 milliseconds