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.h136 static __inline__ int unix_write(int fd, const void* buf, size_t len) function
433 #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.c538 static inline int unix_write(int fd, const void* buff, int len) function
579 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
583 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
613 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr));
881 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
889 if (unix_write(fd, pdata, crypt_ftr.persist_data_size) !=
2706 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) {
2731 if (unix_write(cryptofd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
2754 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) {

Completed in 179 milliseconds