Searched defs:dstuid (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);
717 LOGI("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid);
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);
887 dstuid = s.st_uid;
903 srcpkg, dstpkg, dstuid);
699 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 39 milliseconds