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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
passthrough_fs.cc 5 #include "nacl_io/passthroughfs/passthrough_fs.h"
11 #include "nacl_io/passthroughfs/real_node.h"
15 PassthroughFs::PassthroughFs() {
18 Error PassthroughFs::Init(const FsInitArgs& args) {
22 void PassthroughFs::Destroy() {
25 Error PassthroughFs::OpenWithMode(const Path& path, int open_flags,
37 Error PassthroughFs::OpenResource(const Path& path, ScopedNode* out_node) {
48 Error PassthroughFs::Unlink(const Path& path) {
53 Error PassthroughFs::Mkdir(const Path& path, int perm)
    [all...]
passthrough_fs.h 13 class PassthroughFs : public Filesystem {
15 PassthroughFs();
31 friend class TypedFsFactory<PassthroughFs>;
32 DISALLOW_COPY_AND_ASSIGN(PassthroughFs);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 35 #include "nacl_io/passthroughfs/passthrough_fs.h"
82 factories_["passthroughfs"] = new TypedFsFactory<PassthroughFs>;
85 rtn = MountInternal("", "/", "passthroughfs", 0, NULL, false, &root_fs);
    [all...]

Completed in 120 milliseconds