Searched refs:unix_write (Results 1 – 6 of 6) sorted by relevance
/system/sepolicy/public/ |
D | global_macros | 37 define(`w_ipc_perms', `{ write unix_write }')
|
/system/core/adb/ |
D | adbd_auth.cpp | 151 if (unix_write(framework_fd, msg, msg_len) == -1) { in adbd_auth_confirm_key()
|
D | sysdeps.h | 222 static __inline__ int unix_write(int fd, const void* buf, size_t len) in unix_write() function 660 #define unix_write adb_write macro
|
/system/vold/ |
D | cryptfs.cpp | 422 static inline int unix_write(int fd, const void* buff, int len) in unix_write() function 464 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE); in upgrade_crypt_ftr() 468 unix_write(fd, pdata, CRYPT_PERSIST_DATA_SIZE); in upgrade_crypt_ftr() 499 unix_write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr)); in upgrade_crypt_ftr() 764 if (unix_write(fd, persist_data, crypt_ftr.persist_data_size) == in save_persistent_data() 772 if (unix_write(fd, pdata, crypt_ftr.persist_data_size) != in save_persistent_data() 2471 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) { in cryptfs_enable_inplace_full() 2496 if (unix_write(cryptofd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) { in cryptfs_enable_inplace_full() 2519 if (unix_write(cryptofd, buf, CRYPT_SECTOR_SIZE) <= 0) { in cryptfs_enable_inplace_full()
|
/system/sepolicy/private/ |
D | access_vectors | 76 unix_write
|
/system/sepolicy/reqd_mask/ |
D | access_vectors | 76 unix_write
|