Searched refs:writable (Results 1 - 8 of 8) sorted by relevance

/system/core/fastboot/
H A Dusb.h50 unsigned char writable; member in struct:usb_ifc_info
H A Dusb_linux.cpp139 char *ptr, int len, int writable,
170 info.writable = writable;
342 int writable; local
353 writable = 1;
357 writable = 0;
365 if (filter_usb_device(de->d_name, desc, n, writable, callback, &in, &out, &ifc) == 0) {
138 filter_usb_device(char* sysfs_name, char *ptr, int len, int writable, ifc_match_func callback, int *ept_in_id, int *ept_out_id, int *ifc_id) argument
H A Dusb_windows.cpp296 info.writable = 1;
H A Dusb_osx.cpp371 handle->info.writable = 1;
H A Dfastboot.cpp217 if (!info->writable) {
/system/update_engine/common/
H A Dtest_utils.h63 // read-only unless |writable| is set to true. Returns true on success, false
67 bool writable,
98 // |dir_path| which must be writable. Returns true if the feature is
125 bool writable,
127 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_);
124 ScopedLoopbackDeviceBinder(const std::string& file, bool writable, std::string* dev) argument
H A Dtest_utils.cc153 bool writable,
188 (writable ? O_RDWR : O_RDONLY) | O_LARGEFILE | O_CLOEXEC);
196 device_info.lo_flags = (writable ? 0 : LO_FLAGS_READ_ONLY);
152 BindToUnusedLoopDevice(const string& filename, bool writable, string* out_lo_dev_name) argument
/system/core/adb/client/
H A Dusb_libusb.cpp306 bool writable = true; local
356 writable = false;
385 writable);

Completed in 406 milliseconds