Searched refs:fsfd (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp568 int fsfd = openat(sdfd, name, O_RDONLY | O_NOFOLLOW | O_CLOEXEC); local
570 if (fsfd == -1 || fdfd == -1) {
573 if (_copy_owner_permissions(fsfd, fdfd) != 0) {
582 while ((size = read(fsfd, buf, sizeof(buf))) > 0) {
591 close(fsfd);

Completed in 84 milliseconds