OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ddfd
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/cmds/installd/
utils.cpp
347
static int _copy_dir_files(int sdfd, int
ddfd
, uid_t owner, gid_t group)
350
if (_copy_owner_permissions(sdfd,
ddfd
) != 0) {
353
if (fchown(
ddfd
, owner, group) != 0) {
370
int fdfd = openat(
ddfd
, name, O_WRONLY | O_NOFOLLOW | O_CLOEXEC | O_CREAT, 0600);
422
int
ddfd
= dirfd(dd);
local
423
if (sdfd != -1 &&
ddfd
!= -1) {
424
res = _copy_dir_files(sdfd,
ddfd
, owner, group);
[
all
...]
Completed in 102 milliseconds