Searched refs:dstgid (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 768 int dstuid, int dstgid, struct stat* statbuf) in movefileordir() argument 784 dstuid, dstgid, statbuf); in movefileordir() 787 if (chown(dstpath, dstuid, dstgid) < 0) { in movefileordir() 830 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) { in movefileordir() 858 int dstuid=-1, dstgid=-1; in movefiles() local 914 dstuid, dstgid, &s); in movefiles() 954 dstgid = s.st_gid; in movefiles()
|