Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp653 int fsfd = openat(sdfd, name, O_RDONLY | O_NOFOLLOW | O_CLOEXEC); in _copy_dir_files() local
655 if (fsfd == -1 || fdfd == -1) { in _copy_dir_files()
658 if (_copy_owner_permissions(fsfd, fdfd) != 0) { in _copy_dir_files()
667 while ((size = read(fsfd, buf, sizeof(buf))) > 0) { in _copy_dir_files()
676 close(fsfd); in _copy_dir_files()