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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1346 static bool set_permissions_and_ownership(int fd, bool is_public, int uid, const char* path) { argument
1349 (is_public ? S_IROTH : 0)) < 0) {
1404 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0); local
1416 if (!is_public && pkgname[0] != '*') {
1465 if (!set_permissions_and_ownership(out_fd, is_public, uid, out_path)) {
1504 } else if (!set_permissions_and_ownership(image_fd, is_public, uid, image_path)) {

Completed in 113 milliseconds