HomeSort by relevance Sort by last modified time
    Searched refs:unix_read (Results 1 - 20 of 20) sorted by null

  /system/core/adb/
adbd_auth.cpp 115 int ret = unix_read(fd, response, sizeof(response));
sysdeps.h 145 // Like unix_read(), but may return EINTR.
148 // See the comments for the !defined(_WIN32) version of unix_read().
149 static __inline__ int unix_read(int fd, void* buf, size_t len) { function
384 // Open a file and return a file descriptor that may be used with unix_read(),
390 // by unix_read(), unix_write(), unix_close()). Also, the C Runtime has
419 // adb_write(), adb_close(), but not unix_read(), unix_write(), unix_close().
468 // Like unix_read(), but does not handle EINTR.
572 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
577 #define unix_read adb_read
adb_auth_host.cpp 347 ssize_t rc = TEMP_FAILURE_RETRY(unix_read(fd, buf, sizeof(buf)));
commandline.cpp 378 len = unix_read(inFd, buf, BUFSIZE);
    [all...]
  /system/vold/
EncryptInplace.cpp 42 static inline int unix_read(int fd, void* buff, int len) function
539 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
565 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
588 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
cryptfs.cpp 418 static inline int unix_read(int fd, void* buff, int len) function
664 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0){
743 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0) {
    [all...]
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 131 unix_read
role-base.conf 131 unix_read
user-base.conf 131 unix_read
small-base.conf 131 unix_read
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 131 unix_read
small-base.conf 131 unix_read
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 131 unix_read
base-notmetreq.conf 130 unix_read
small-base.conf 131 unix_read
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 131 unix_read
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 75 unix_read
  /system/sepolicy/private/
access_vectors 77 unix_read
  /system/core/adb/client/
usb_linux.cpp 163 size_t desclength = unix_read(fd, devdesc, sizeof(devdesc));
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 137 unix_read
    [all...]

Completed in 192 milliseconds