Searched refs:unix_write (Results 1 - 6 of 6) 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 Dadb_auth_client.c219 ret = unix_write(framework_fd, msg, ret);
H A Dsysdeps.h135 static __inline__ int unix_write(int fd, const void* buf, size_t len) function
430 #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.c298 static inline int unix_write(int fd, const void* buff, int len) function
339 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
343 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
367 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr));
633 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
641 if (unix_write(fd, pdata, crypt_ftr.persist_data_size) !=
1548 if (unix_write(cryptofd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
1560 if (unix_write(cryptofd, buf, 512) <= 0) {

Completed in 606 milliseconds