Searched defs:writeable (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dusb_linux.cpp65 unsigned writeable = 1; member in struct:usb_handle
463 if (h->writeable) {
539 usb->writeable = 0;
543 usb->path.c_str(), (usb->writeable ? "" : " (read-only)"), usb->fd);
545 if (usb->writeable) {
571 register_usb_transport(done_usb, serial.c_str(), dev_path, done_usb->writeable);
H A Dtransport.cpp1008 const char* devpath, unsigned writeable) {
1013 init_usb_transport(t, usb, (writeable ? kCsOffline : kCsNoPerm));
1007 register_usb_transport(usb_handle* usb, const char* serial, const char* devpath, unsigned writeable) argument
/system/core/libusbhost/
H A Dusbhost.c83 int writeable; member in struct:usb_device
322 int fd, did_retry = 0, writeable = 1; local
341 writeable = 0;
347 result->writeable = writeable;
374 // assume we are writeable, since usb_device_get_fd will only return writeable fds
375 device->writeable = 1;
386 if (device->writeable)
393 device->writeable
[all...]

Completed in 87 milliseconds