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

/frameworks/native/cmds/installd/
H A Dcommands.c798 int dstuid, int dstgid, struct stat* statbuf)
814 dstuid, dstgid, statbuf);
817 if (chown(dstpath, dstuid, dstgid) < 0) {
860 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) {
888 int dstuid=-1, dstgid=-1; local
944 dstuid, dstgid, &s);
984 dstgid = s.st_gid;
797 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 1540 milliseconds