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

  /system/vold/
EncryptInplace.cpp 39 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) {
cryptfs.cpp 573 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) {
    [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
  /system/core/adb/
sysdeps.h 131 // 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
adbd_auth.cpp 116 int ret = unix_read(fd, response, sizeof(response));
adb_auth_host.cpp 352 ssize_t rc = TEMP_FAILURE_RETRY(unix_read(fd, buf, sizeof(buf)));
commandline.cpp 379 len = unix_read(inFd, buf, BUFSIZE);
    [all...]
  /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/prebuilts/api/27.0/private/
access_vectors 77 unix_read
  /system/sepolicy/prebuilts/api/28.0/private/
access_vectors 77 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 301 milliseconds