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

  /system/core/adb/
adbd_auth.cpp 151 if (unix_write(framework_fd, msg, msg_len) == -1) {
sysdeps.h 156 // See the comments for the !defined(_WIN32) version of unix_write().
157 static __inline__ int unix_write(int fd, const void* buf, size_t len) function
385 // unix_write(), unix_close(), but not adb_read(), adb_write(), adb_close().
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().
572 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(),
578 #define unix_write adb_write
  /system/vold/
EncryptInplace.cpp 47 static inline int unix_write(int fd, const void* buff, int len) function
544 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) {
569 if (unix_write(cryptofd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
592 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) {
cryptfs.cpp 423 static inline int unix_write(int fd, const void* buff, int len) function
465 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
469 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE);
500 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr));
765 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) ==
773 if (unix_write(fd, pdata, crypt_ftr.persist_data_size) !=
    [all...]
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 132 unix_write
role-base.conf 132 unix_write
user-base.conf 132 unix_write
small-base.conf 132 unix_write
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 132 unix_write
small-base.conf 132 unix_write
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 132 unix_write
base-notmetreq.conf 131 unix_write
small-base.conf 132 unix_write
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 132 unix_write
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 76 unix_write
  /system/sepolicy/private/
access_vectors 78 unix_write
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf 138 unix_write
    [all...]

Completed in 142 milliseconds