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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1322 int dstuid, int dstgid, struct stat* statbuf)
1338 dstuid, dstgid, statbuf);
1339 ALOGV("Renaming %s to %s (uid %d)\n", srcpath, dstpath, dstuid);
1341 if (chown(dstpath, dstuid, dstgid) < 0) {
1384 if (movefileordir(srcpath, dstpath, dstbasepos, dstuid, dstgid, statbuf) != 0) {
1412 int dstuid=-1, dstgid=-1; local
1468 dstuid, dstgid, &s);
1507 dstuid = s.st_uid;
1523 srcpkg, dstpkg, dstuid);
1321 movefileordir(char* srcpath, char* dstpath, int dstbasepos, int dstuid, int dstgid, struct stat* statbuf) argument

Completed in 62 milliseconds