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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.h 14 class PassthroughFs : public Filesystem {
16 PassthroughFs();
32 friend class TypedFsFactory<PassthroughFs>;
33 DISALLOW_COPY_AND_ASSIGN(PassthroughFs);
passthrough_fs.cc 5 #include "nacl_io/passthroughfs/passthrough_fs.h"
120 friend class PassthroughFs;
125 PassthroughFs::PassthroughFs() {
128 Error PassthroughFs::Init(const FsInitArgs& args) {
132 void PassthroughFs::Destroy() {
135 Error PassthroughFs::Access(const Path& path, int a_mode) {
140 Error PassthroughFs::Open(const Path& path, int mode, ScopedNode* out_node) {
151 Error PassthroughFs::OpenResource(const Path& path, ScopedNode* out_node) {
162 Error PassthroughFs::Unlink(const Path& path)
    [all...]

Completed in 3790 milliseconds