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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp906 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) {
911 (is_public ? S_IROTH : 0)) < 0) {
1063 bool is_public, int uid, bool is_secondary_dex) {
1098 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) {
1136 const std::string& dex_path, bool profile_guided, bool is_public, int uid,
1140 if (!profile_guided || is_public || (pkgname[0] == '*')) {
1156 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex,
1236 if (!set_permissions_and_ownership(out_vdex_wrapper_fd->get(), is_public, uid,
1249 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex,
1261 wrapper_fd.get(), is_public, ui
905 set_permissions_and_ownership( int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) argument
1062 maybe_open_app_image(const char* out_oat_path, bool profile_guided, bool is_public, int uid, bool is_secondary_dex) argument
1135 maybe_open_reference_profile(const std::string& pkgname, const std::string& dex_path, bool profile_guided, bool is_public, int uid, bool is_secondary_dex) argument
1155 open_vdex_files(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
1248 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
1499 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; local
[all...]
/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.cpp192 symbol->is_public = (sr.entry->symbol_status.state == SymbolState::kPublic);
312 s->is_public = (type_spec_flags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0;
352 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/base/tools/aapt2/link/
H A DReferenceLinker.cpp207 if (!symbol.is_public && !ref.private_reference) {
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp207 !symbol.value().is_public);

Completed in 704 milliseconds