Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/process/
DSymbolTable.h71 bool is_public = false; member
/frameworks/native/cmds/installd/
Ddexopt.cpp962 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
Dotapreopt.cpp433 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in IsAotCompilation() local
/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.cpp618 const bool is_public = (options_.types == JavaClassGeneratorOptions::SymbolTypes::kPublic); in Generate() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp577 bool is_public = (dex_flags & DEXOPT_PUBLIC) != 0; in CompilePrimaryDex() local