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

  /external/bluetooth/glib/glib/
giochannel.c 2025 gssize wrote_bytes = 0; local
    [all...]
  /system/core/adb/
sysdeps_win32.c 245 DWORD wrote_bytes; local
247 if ( !WriteFile( f->fh_handle, buf, (DWORD)len, &wrote_bytes, NULL ) ) {
251 } else if (wrote_bytes < (DWORD)len) {
254 return (int)wrote_bytes;
    [all...]

Completed in 42 milliseconds