/system/core/adb/ |
test_track_devices.c | 17 unix_write( int fd, const char* buf, int len ) function 72 if (unix_write(s, buffer, len) < 0)
|
test_track_jdwp.c | 17 unix_write( int fd, const char* buf, int len ) function 72 if (unix_write(s, buffer, len) < 0)
|
sysdeps.h | 134 static __inline__ int unix_write(int fd, const void* buf, size_t len) function 411 #define unix_write adb_write macro
|
/system/core/init/ |
bootchart.c | 58 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/ |
cryptfs.c | 1030 static inline int unix_write(int fd, const void* buff, int len) function [all...] |