Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld.h222 int dexopt(const char *apk_path, uid_t uid, bool is_public, const char *pkgName,
Dcommands.c891 int dexopt(const char *apk_path, uid_t uid, bool is_public, in dexopt() argument
977 (is_public ? S_IROTH : 0)) < 0) { in dexopt()