Home
last modified time | relevance | path

Searched defs:is_public (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp1474 static bool set_permissions_and_ownership(int fd, bool is_public, int uid, const char* path) { in set_permissions_and_ownership()
1623 bool is_public = ((dexopt_flags & DEXOPT_PUBLIC) != 0); in dexopt() local