Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/process/
DSymbolTable.h71 bool is_public = false; member
/frameworks/native/cmds/installd/
Ddexopt.cpp1160 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership()
1325 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image()
1394 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile()
1436 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat()
1529 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file()
2111 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in dexopt() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp534 bool is_public = (dex_flags & DEXOPT_PUBLIC) != 0; in CompilePrimaryDex() local