HomeSort by relevance Sort by last modified time
    Searched refs:write_size (Results 76 - 81 of 81) sorted by null

1 2 34

  /device/google/dragon/recovery/updater/
debug_ec.c 158 .port = 0, .write_size = 8, .addr = BQ2589X_ADDR,
241 .port = 0, .write_size = size, .addr = BQ27742_ADDR,
ec_commands.h 2550 uint8_t write_size; \/* Either 8 or 16. *\/ member in struct:ec_params_i2c_write
    [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 188 int write_size = ::base::WriteFile(file, content.c_str(), content.length()); local
189 return write_size == static_cast<int>(content.length());
  /system/core/libziparchive/
zip_archive.cc 960 const size_t write_size = zstream.next_out - &write_buf[0]; local
961 if (!writer->Append(&write_buf[0], write_size)) {
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/valgrind/include/vki/
vki-linux.h 3047 signed long write_size; member in struct:vki_binder_write_read
    [all...]

Completed in 2873 milliseconds

1 2 34