Home | History | Annotate | Download | only in installd

Lines Matching defs:is_public

974         int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) {
979 (is_public ? S_IROTH : 0)) < 0) {
1139 bool is_public, int uid, bool is_secondary_dex) {
1181 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) {
1219 const std::string& dex_path, bool profile_guided, bool is_public, int uid,
1223 if (!profile_guided || is_public || (pkgname[0] == '*')) {
1239 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex,
1319 if (!set_permissions_and_ownership(out_vdex_wrapper_fd->get(), is_public, uid,
1332 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex,
1344 wrapper_fd.get(), is_public, uid, out_oat_path, is_secondary_dex)) {
1599 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0;
1610 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str,
1637 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid,
1646 if (!open_vdex_files(dex_path, out_oat_path, dexopt_needed, instruction_set, is_public, uid,
1669 maybe_open_app_image(out_oat_path, profile_guided, is_public, uid, is_secondary_dex);
1673 pkgname, dex_path, profile_guided, is_public, uid, is_secondary_dex);