/system/core/adb/ |
adb_auth_client.cpp | 221 ret = unix_write(framework_fd, msg, ret);
|
sysdeps.h | 242 // See the comments for the !defined(_WIN32) version of unix_write(). 243 static __inline__ int unix_write(int fd, const void* buf, size_t len) function 494 // unix_write(), unix_close(), but not adb_read(), adb_write(), adb_close(). 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(). 677 // On Unix, unix_read(), unix_write(), unix_close() map to adb_read(), 683 #define unix_write adb_write
|
usb_linux_client.cpp | 288 n = unix_write(h->fd, data, len);
|
/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
|
/system/vold/ |
cryptfs.c | 668 static inline int unix_write(int fd, const void* buff, int len) function 710 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE); 714 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE); 745 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr)); 1010 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) == 1018 if (unix_write(fd, pdata, crypt_ftr.persist_data_size) != [all...] |
/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/ |
access_vectors | 79 unix_write
|
/external/selinux/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 138 unix_write [all...] |