Home | History | Annotate | Download | only in vold

Lines Matching defs:unix_read

663 static inline int unix_read(int  fd, void*  buff, int  len)
909 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0){
988 if (unix_read(fd, pdata, crypt_ftr.persist_data_size) < 0) {
2723 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
2749 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) {
2772 if (unix_read(realfd, buf, CRYPT_SECTOR_SIZE) <= 0) {
2857 if (unix_read(fd, block, sizeof(block)) < 0) {