Home
last modified time | relevance | path

Searched refs:realfd (Results 1 – 1 of 1) sorted by relevance

/system/vold/
Dcryptfs.c1042 int realfd, cryptofd; in cryptfs_enable_inplace() local
1049 if ( (realfd = open(real_blkdev, O_RDONLY)) < 0) { in cryptfs_enable_inplace()
1056 close(realfd); in cryptfs_enable_inplace()
1084 if (unix_read(realfd, buf, CRYPT_INPLACE_BUFSIZE) <= 0) { in cryptfs_enable_inplace()
1096 if (unix_read(realfd, buf, 512) <= 0) { in cryptfs_enable_inplace()
1110 close(realfd); in cryptfs_enable_inplace()