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

  /system/core/adb/
adb_auth_client.cpp 182 ret = unix_read(fd, response, sizeof(response));
sysdeps.h 231 // Like unix_read(), but may return EINTR.
234 // See the comments for the !defined(_WIN32) version of unix_read().
235 static __inline__ int unix_read(int fd, void* buf, size_t len) { function
493 // Open a file and return a file descriptor that may be used with unix_read(),
499 // by unix_read(), unix_write(), unix_close()). Also, the C Runtime has
528 // adb_write(), adb_close(), but not unix_read(), unix_write(), unix_close().
571 // Like unix_read(), but does not handle EINTR.
677 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
682 #define unix_read adb_read
usb_linux.cpp 157 size_t desclength = unix_read(fd, devdesc, sizeof(devdesc));
usb_linux_client.cpp 310 int n = unix_read(h->fd, data, bytes_to_read);
commandline.cpp 421 len = unix_read(inFd, buf, BUFSIZE);
    [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/
access_vectors 78 unix_read
  /system/vold/
cryptfs.c 663 static inline int unix_read(int fd, void* buff, int len) function
909 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0){
988 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0) {
    [all...]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 137 unix_read
    [all...]

Completed in 858 milliseconds