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

/frameworks/native/cmds/installd/
H A Dutils.c339 static int _copy_dir_files(int sdfd, int ddfd, uid_t owner, gid_t group) argument
342 if (_copy_owner_permissions(sdfd, ddfd) != 0) {
345 if (fchown(ddfd, owner, group) != 0) {
362 int fdfd = openat(ddfd, name, O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_CREAT, 0600);
414 int ddfd = dirfd(dd); local
415 if (sdfd != -1 && ddfd != -1) {
416 res = _copy_dir_files(sdfd, ddfd, owner, group);

Completed in 24 milliseconds