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

/frameworks/base/cmds/installd/
H A Dcommands.c700 int dstuid, int dstgid, struct stat* statbuf)
716 dstuid, dstgid, statbuf);
719 if (chown(dstpath, dstuid, dstgid) < 0) {
762 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) {
790 int dstuid=-1, dstgid=-1; local
846 dstuid, dstgid, &s);
888 dstgid = s.st_gid;
699 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 24 milliseconds