Searched refs:unix_read (Results 1 - 12 of 12) sorted by relevance

/system/core/adb/
H A Dadbd_auth.cpp116 int ret = unix_read(fd, response, sizeof(response));
H A Dsysdeps.h131 // Like unix_read(), but may return EINTR.
134 // See the comments for the !defined(_WIN32) version of unix_read().
135 static __inline__ int unix_read(int fd, void* buf, size_t len) { function
370 // Open a file and return a file descriptor that may be used with unix_read(),
376 // by unix_read(), unix_write(), unix_close()). Also, the C Runtime has
405 // adb_write(), adb_close(), but not unix_read(), unix_write(), unix_close().
450 // Like unix_read(), but does not handle EINTR.
554 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
559 #define unix_read adb_read
H A Dadb_auth_host.cpp352 ssize_t rc = TEMP_FAILURE_RETRY(unix_read(fd, buf, sizeof(buf)));
H A Dcommandline.cpp379 len = unix_read(inFd, buf, BUFSIZE);
/system/vold/
H A DEncryptInplace.cpp39 static inline int unix_read(int fd, void* buff, int len) function
520 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
546 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
561 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
H A Dcryptfs.cpp573 static inline int unix_read(int fd, void* buff, int len) function
830 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0){
909 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0) {
2099 if (unix_read(fd, block, sizeof(block)) < 0) {
/system/sepolicy/prebuilts/api/26.0/private/
H A Daccess_vectors75 unix_read
/system/sepolicy/prebuilts/api/27.0/private/
H A Daccess_vectors77 unix_read
/system/sepolicy/prebuilts/api/28.0/private/
H A Daccess_vectors77 unix_read
/system/sepolicy/private/
H A Daccess_vectors77 unix_read
/system/sepolicy/reqd_mask/
H A Daccess_vectors77 unix_read
/system/core/adb/client/
H A Dusb_linux.cpp163 size_t desclength = unix_read(fd, devdesc, sizeof(devdesc));

Completed in 3127 milliseconds