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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1884 const char* pkgdir = _pkgdir.c_str(); local
1887 if (stat(pkgdir, &s) < 0) {
1891 if (chown(pkgdir, AID_INSTALL, AID_INSTALL) < 0) {
1895 if (chmod(pkgdir, 0700) < 0) {
1925 if (chmod(pkgdir, s.st_mode) < 0) {
1934 if (chown(pkgdir, s.st_uid, s.st_gid) < 0) {

Completed in 61 milliseconds