Searched defs:is_public (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.h | 71 bool is_public = false; member
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 962 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership() 1023 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() 1085 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile() 1122 const char* instruction_set, bool is_public, int uid, in open_vdex_files_for_dex2oat() 1202 RestorableFile open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, in open_oat_out_file() 1821 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in dexopt() local
|
D | otapreopt.cpp | 433 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in IsAotCompilation() local
|
/frameworks/base/tools/aapt2/java/ |
D | JavaClassGenerator.cpp | 618 const bool is_public = (options_.types == JavaClassGeneratorOptions::SymbolTypes::kPublic); in Generate() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 577 bool is_public = (dex_flags & DEXOPT_PUBLIC) != 0; in CompilePrimaryDex() local
|