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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.cc 76 int32_t result = mount_->ppapi()->GetFileIoInterface()
103 int32_t result = mount_->ppapi()->GetFileRefInterface()->ReadDirectoryEntries(
113 mount_->ppapi()->GetFileRefInterface()->GetName(entries[i].file_ref);
116 mount_->ppapi()->ReleaseResource(entries[i].file_ref);
122 const char* file_name = mount_->ppapi()->GetVarInterface()
162 int32_t result = mount_->ppapi()->GetFileRefInterface()->Query(
200 mount_->ppapi()->GetFileIoInterface()->Read(fileio_resource_,
216 int32_t result = mount_->ppapi()->GetFileIoInterface()
232 int32_t result = mount_->ppapi()->GetFileIoInterface()
251 int32_t result = mount_->ppapi()->GetFileIoInterface(
    [all...]
kernel_handle.cc 21 : mount_(NULL), node_(NULL), offs_(0) {}
24 : mount_(mnt), node_(node), offs_(0) {}
27 // Force release order for cases where mount_ is not ref'd by mounting.
29 mount_.reset(NULL);
kernel_handle.h 42 const ScopedMount& mount() { return mount_; }
45 ScopedMount mount_; member in class:nacl_io::KernelHandle
mount_node.cc 26 MountNode::MountNode(Mount* mount) : mount_(mount) {
33 if (mount_)
34 mount_->OnNodeCreated(this);
47 if (mount_) {
48 mount_->OnNodeDestroyed(this);
mount_node_http.cc 168 MountHttp* mount = static_cast<MountHttp*>(mount_);
186 ScopedResource scoped_loader(mount_->ppapi(), loader);
187 ScopedResource scoped_request(mount_->ppapi(), request);
188 ScopedResource scoped_response(mount_->ppapi(), response);
283 PepperInterface* ppapi = mount_->ppapi();
285 MountHttp* mount_http = static_cast<MountHttp*>(mount_);
358 PepperInterface* ppapi = mount_->ppapi();
448 PepperInterface* ppapi = mount_->ppapi();
515 PepperInterface* ppapi = mount_->ppapi();
mount_node_tty.cc 81 if (!mount_->ppapi())
84 MessagingInterface* msg_intr = mount_->ppapi()->GetMessagingInterface();
85 VarInterface* var_intr = mount_->ppapi()->GetVarInterface();
104 msg_intr->PostMessage(mount_->ppapi()->GetInstance(), val);
mount_dev.cc 156 ConsoleInterface* con_intr = mount_->ppapi()->GetConsoleInterface();
157 VarInterface* var_intr = mount_->ppapi()->GetVarInterface();
165 con_intr->Log(mount_->ppapi()->GetInstance(), level_, val);
mount_node.h 116 Mount* mount_; member in class:nacl_io::MountNode
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_proxy_test.cc 428 SingletonMountFactory(const ScopedMount& mount) : mount_(mount) {}
434 *out_mount = mount_;
439 ScopedMount mount_; member in class:__anon10882::SingletonMountFactory
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 380 this.mount_('', 'drive', function(mountPath) {
402 this.mount_(fileUrl, 'file', successCallback, errorCallback);
487 VolumeManager.prototype.mount_ = function(url, mountType,
490 this.deferredQueue_.push(this.mount_.bind(this,

Completed in 384 milliseconds