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

/frameworks/native/cmds/installd/
H A Dcommands.c1133 int dstuid, int dstgid, struct stat* statbuf)
1149 dstuid, dstgid, statbuf);
1152 if (chown(dstpath, dstuid, dstgid) < 0) {
1195 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) {
1223 int dstuid=-1, dstgid=-1; local
1279 dstuid, dstgid, &s);
1319 dstgid = s.st_gid;
1132 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 121 milliseconds