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

/frameworks/native/cmds/installd/
H A Dcommands.c1057 int dstuid, int dstgid, struct stat* statbuf)
1073 dstuid, dstgid, statbuf);
1076 if (chown(dstpath, dstuid, dstgid) < 0) {
1119 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) {
1147 int dstuid=-1, dstgid=-1; local
1203 dstuid, dstgid, &s);
1243 dstgid = s.st_gid;
1056 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 45 milliseconds