Searched defs:is_public (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.h | 71 bool is_public = false; member
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 855 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership() 916 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() 986 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile() 1024 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() 1119 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex) { in open_oat_out_file() 1696 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in dexopt() local
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 615 const bool is_public = (options_.types == JavaClassGeneratorOptions::SymbolTypes::kPublic); in Generate() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 526 bool is_public = (dex_flags & DEXOPT_PUBLIC) != 0; in CompilePrimaryDex() local
|