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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.cc 79 int32_t result = mount_->ppapi()->GetFileIoInterface()
103 int32_t result = mount_->ppapi()->GetFileRefInterface()->ReadDirectoryEntries(
112 mount_->ppapi()->GetFileRefInterface()->GetName(entries[i].file_ref);
115 mount_->ppapi()->ReleaseResource(entries[i].file_ref);
121 const char* file_name = mount_->ppapi()->GetVarInterface()
133 mount_->ppapi()->GetVarInterface()->Release(file_name_var);
146 int32_t result = mount_->ppapi()->GetFileRefInterface()->Query(
184 mount_->ppapi()->GetFileIoInterface()->Read(fileio_resource_,
200 int32_t result = mount_->ppapi()->GetFileIoInterface()
216 int32_t result = mount_->ppapi()->GetFileIoInterface(
    [all...]
mount_stream.h 27 explicit Work(MountStream* mount) : mount_(mount) {}
36 MountStream* mount() { return mount_; }
39 MountStream* mount_; member in class:nacl_io::MountStream::Work
mount_node_http.cc 229 MountHttp* mount = static_cast<MountHttp*>(mount_);
232 ScopedResource loader(mount_->ppapi());
233 ScopedResource request(mount_->ppapi());
234 ScopedResource response(mount_->ppapi());
295 PepperInterface* ppapi = mount_->ppapi();
297 MountHttp* mount_http = static_cast<MountHttp*>(mount_);
355 ScopedResource loader(mount_->ppapi());
356 ScopedResource request(mount_->ppapi());
357 ScopedResource response(mount_->ppapi());
428 ScopedResource loader(mount_->ppapi())
    [all...]
mount_node_socket.cc 43 mount_->ppapi()->AddRefResource(socket_resource_);
48 mount_->ppapi()->ReleaseResource(socket_resource_);
50 mount_->ppapi()->ReleaseResource(local_addr_);
52 mount_->ppapi()->ReleaseResource(remote_addr_);
87 if (mount_->ppapi() == NULL)
90 return mount_->ppapi()->GetNetAddressInterface();
94 if (mount_->ppapi() == NULL)
97 return mount_->ppapi()->GetTCPSocketInterface();
101 if (mount_->ppapi() == NULL)
104 return mount_->ppapi()->GetUDPSocketInterface()
    [all...]
mount_node.cc 28 MountNode::MountNode(Mount* mount) : mount_(mount) {
36 if (mount_)
37 mount_->OnNodeCreated(this);
49 if (mount_) {
50 mount_->OnNodeDestroyed(this);
mount_node_stream.cc 55 return static_cast<MountStream*>(mount_);
kernel_handle.h 75 const ScopedMount& mount() { return mount_; }
86 ScopedMount mount_; member in class:nacl_io::KernelHandle
mount_node_udp.cc 183 socket_resource_ = UDPInterface()->Create(mount_->ppapi()->GetInstance());
221 mount_->ppapi()->ReleaseResource(out_addr);
246 mount_->ppapi()->ReleaseResource(remote_addr_);
271 mount_->ppapi()->AddRefResource(packet->addr());
304 Packet* packet = new Packet(mount_->ppapi());
mount_node.h 131 Mount* mount_; member in class:nacl_io::MountNode
kernel_handle.cc 21 : mount_(NULL), node_(NULL) {}
24 : mount_(mnt), node_(node) {}
27 // Force release order for cases where mount_ is not ref'd by mounting.
29 mount_.reset(NULL);
mount_node_tcp.cc 307 socket_resource_ = TCPInterface()->Create(mount_->ppapi()->GetInstance());
427 mount_->ppapi()->ReleaseResource(remote_addr);
451 mount_->ppapi()->ReleaseResource(local_addr_);
522 mount_->ppapi()->ReleaseResource(remote_addr_);
553 mount_->ppapi()->AddRefResource(remote_addr_);
mount_dev.cc 174 ConsoleInterface* con_intr = mount_->ppapi()->GetConsoleInterface();
175 VarInterface* var_intr = mount_->ppapi()->GetVarInterface();
183 con_intr->Log(mount_->ppapi()->GetInstance(), level_, val);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 594 SingletonMountFactory(const ScopedMount& mount) : mount_(mount) {}
598 *out_mount = mount_;
603 ScopedMount mount_; member in class:__anon8835::SingletonMountFactory

Completed in 201 milliseconds