OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 704 milliseconds