Home | History | Annotate | Download | only in installd

Lines Matching full:is_public

1416 static bool set_permissions_and_ownership(int fd, bool is_public, int uid, const char* path) {
1419 (is_public ? S_IROTH : 0)) < 0) {
1565 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0);
1580 if (!is_public && pkgname[0] != '*') {
1640 if (!set_permissions_and_ownership(out_fd.get(), is_public, uid, out_path)) {
1689 is_public,