Searched refs:is_public (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h60 : id(i), attribute(attr), is_public(pub) {
70 bool is_public = false; member in struct:aapt::SymbolTable::Symbol
H A DSymbolTable.cpp193 symbol->is_public = (sr.entry->visibility.level == Visibility::Level::kPublic);
341 s->is_public = (type_spec_flags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0;
381 s->is_public = (type_spec_flags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0;
/frameworks/base/tools/aapt2/test/
H A DContext.h194 clone->is_public = sym->is_public;
/frameworks/native/cmds/installd/
H A Ddexopt.cpp1123 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) {
1128 (is_public ? S_IROTH : 0)) < 0) {
1288 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) {
1330 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) {
1364 bool is_public, int uid, bool is_secondary_dex) {
1375 // Note that the PackageManager is responsible to set the is_public flag for
1378 // set is_public toghether with the profile guided compilation.
1379 if (is_secondary_dex && is_public) {
1406 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex,
1486 if (!set_permissions_and_ownership(out_vdex_wrapper_fd->get(), is_public, ui
1122 set_permissions_and_ownership( int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) argument
1287 maybe_open_app_image(const char* out_oat_path, bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) argument
1362 maybe_open_reference_profile(const std::string& pkgname, const std::string& dex_path, const char* profile_name, bool profile_guided, bool is_public, int uid, bool is_secondary_dex) argument
1405 open_vdex_files_for_dex2oat(const char* apk_path, const char* out_oat_path, int dexopt_needed, const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, bool profile_guided, Dex2oatFileWrapper* in_vdex_wrapper_fd, Dex2oatFileWrapper* out_vdex_wrapper_fd) argument
1498 open_oat_out_file(const char* apk_path, const char* oat_dir, bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, char* out_oat_path) argument
1974 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; local
[all...]
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp179 if (symbol.is_public || ref.private_reference) {
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp435 bool is_public = (dex_flags & DEXOPT_PUBLIC) != 0; local
436 mode_t mode = S_IFREG | (is_public ? 0644 : 0640);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp209 !symbol.value().is_public);
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp917 if (symbol != nullptr && symbol->is_public) {

Completed in 2851 milliseconds