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

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

Completed in 259 milliseconds