Searched defs:writable (Results 1 - 4 of 4) sorted by relevance

/system/core/fastboot/
H A Dusb.h50 unsigned char writable; member in struct:usb_ifc_info
H A Dusb_linux.cpp135 char *ptr, int len, int writable,
166 info.writable = writable;
339 int writable; local
350 writable = 1;
354 writable = 0;
362 if (filter_usb_device(de->d_name, desc, n, writable, callback, &in, &out, &ifc) == 0) {
134 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
/system/update_engine/common/
H A Dtest_utils.cc154 bool writable,
189 (writable ? O_RDWR : O_RDONLY) | O_LARGEFILE | O_CLOEXEC);
197 device_info.lo_flags = (writable ? 0 : LO_FLAGS_READ_ONLY);
153 BindToUnusedLoopDevice(const string& filename, bool writable, string* out_lo_dev_name) argument
H A Dtest_utils.h62 // read-only unless |writable| is set to true. Returns true on success, false
66 bool writable,
97 // |dir_path| which must be writable. Returns true if the feature is
134 bool writable,
136 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_);
133 ScopedLoopbackDeviceBinder(const std::string& file, bool writable, std::string* dev) argument

Completed in 92 milliseconds