Searched defs:is_public (Results 1 - 2 of 2) 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
/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...]

Completed in 1147 milliseconds