Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dutils.cpp654 int fdfd = openat(ddfd, name, O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_CREAT, 0600); 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()
661 if (fchown(fdfd, owner, group) != 0) { in _copy_dir_files()
668 write(fdfd, buf, size); in _copy_dir_files()
675 close(fdfd); in _copy_dir_files()