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

  /external/e2fsprogs/ext2ed/
disk.c 48 if (device_handle==NULL) { /* Check that a device is indeed open */
60 if ( (fseek (device_handle,offset,SEEK_SET))==-1) { /* Seek to the required offset */
66 if ( (fread (buffer,1,length,device_handle))==-1) { /* And do the actual reading */
99 if (device_handle==NULL) {
116 if ( (fseek (device_handle,offset,SEEK_SET))==-1) {
122 if ( (fwrite (buffer,1,length,device_handle))==-1) {
198 if (device_handle==NULL) {
221 if (device_handle==NULL) {
general_com.c 171 if (device_handle!=NULL)
172 fclose (device_handle);
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
188 fclose (device_handle);
189 device_handle=NULL; /* Notice that our device is still not set up */
208 if (device_handle==NULL) {
262 if ( (fseek (device_handle,new_offset,SEEK_SET))==-1) {
366 if (device_handle==NULL) {
621 if (device_handle==NULL)
777 if (device_handle==NULL)
    [all...]
init.c 40 if (device_handle!=NULL)
41 fclose (device_handle);
60 device_handle=NULL; /* Notice that our device is still not set up */
ext2ed.h 204 extern FILE *device_handle;
main.c 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */ variable
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.h 26 explicit MTPReadFileWorker(const std::string& device_handle);
mtp_device_task_helper.h 97 // |device_handle| contains the handle to communicate with the MTP device.
99 // If OpenStorage request fails, |error| is set to true and |device_handle| is
102 const std::string& device_handle,
mtp_read_file_worker.cc 38 MTPReadFileWorker::MTPReadFileWorker(const std::string& device_handle)
39 : device_handle_(device_handle),
mtp_device_task_helper.cc 115 const std::string& device_handle,
118 device_handle_ = device_handle;
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.cc 592 scoped_refptr<UsbDeviceHandle> device_handle = local
594 if (device_handle)
595 device_handles_.push_back(device_handle);
599 UsbDeviceHandle* const device_handle = device_handles_[i].get(); local
601 new UsbDeviceResource(extension_->id(), device_handle);
744 scoped_refptr<UsbDeviceHandle> device_handle = local
746 if (!device_handle) return;
749 device_handle->device()->ListInterfaces();
864 scoped_refptr<UsbDeviceHandle> device_handle = local
866 if (!device_handle) return
884 scoped_refptr<UsbDeviceHandle> device_handle = local
906 scoped_refptr<UsbDeviceHandle> device_handle = local
929 scoped_refptr<UsbDeviceHandle> device_handle = local
953 scoped_refptr<UsbDeviceHandle> device_handle = local
1007 scoped_refptr<UsbDeviceHandle> device_handle = local
1053 scoped_refptr<UsbDeviceHandle> device_handle = local
1099 scoped_refptr<UsbDeviceHandle> device_handle = local
1163 scoped_refptr<UsbDeviceHandle> device_handle = local
    [all...]
  /external/chromium_org/chrome/browser/usb/
usb_device.cc 109 scoped_refptr<UsbDeviceHandle> device_handle =
111 handles_.push_back(device_handle);
112 return device_handle;
usb_device_handle.cc 111 UsbDeviceHandle* const device_handle = local
113 CHECK(device_handle) << "Device handle is closed before transfer finishes.";
114 device_handle->TransferComplete(transfer);
  /external/libmtp/src/
libusb-glue.c 1581 usb_dev_handle *device_handle; local
    [all...]

Completed in 808 milliseconds