HomeSort by relevance Sort by last modified time
    Searched defs:sdfd (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
utils.cpp 546 static int _copy_dir_files(int sdfd, int ddfd, uid_t owner, gid_t group)
549 if (_copy_owner_permissions(sdfd, ddfd) != 0) {
556 DIR *ds = fdopendir(sdfd);
568 int fsfd = openat(sdfd, name, O_RDONLY | O_NOFOLLOW | O_CLOEXEC);
620 int sdfd = dirfd(ds); local
622 if (sdfd != -1 && ddfd != -1) {
623 res = _copy_dir_files(sdfd, ddfd, owner, group);
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 171 milliseconds