Home
last modified time | relevance | path

Searched refs:_fh_file_write (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsysdeps_win32.cpp71 static int _fh_file_write(FH, const void*, int);
77 _fh_file_write, _fh_file_writev, _fh_file_get_os_handle,
265 static int _fh_file_write(FH f, const void* buf, int len) { in _fh_file_write() function
287 ssize_t rc = _fh_file_write(f, iov[i].iov_base, iov[i].iov_len); in _fh_file_writev()