Searched refs:unix_write (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dtest_track_devices.c17 unix_write( int fd, const char* buf, int len ) function
72 if (unix_write(s, buffer, len) < 0)
H A Dtest_track_jdwp.c17 unix_write( int fd, const char* buf, int len ) function
72 if (unix_write(s, buffer, len) < 0)
H A Dsysdeps.h134 static __inline__ int unix_write(int fd, const void* buf, size_t len) function
411 #define unix_write adb_write macro
/system/core/init/
H A Dbootchart.c58 unix_write(int fd, const void* buff, int len) function
107 unix_write( buff->fd, buff->data, buff->count );
117 unix_write( buff->fd, buff->data, buff->count );
/system/vold/
H A Dcryptfs.c1018 static inline int unix_write(int fd, const void* buff, int len) function
1076 if (unix_write(cryptofd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
1088 if (unix_write(cryptofd, buf, 512) <= 0) {

Completed in 129 milliseconds