• Home
  • Raw
  • Download

Lines Matching refs:is_public

1075         int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) {  in set_permissions_and_ownership()  argument
1080 (is_public ? S_IROTH : 0)) < 0) { in set_permissions_and_ownership()
1240 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() argument
1280 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) { in maybe_open_app_image()
1314 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile() argument
1329 if (is_secondary_dex && is_public) { in maybe_open_reference_profile()
1356 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument
1436 if (!set_permissions_and_ownership(out_vdex_wrapper_fd->get(), is_public, uid, in open_vdex_files_for_dex2oat()
1449 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() argument
1461 wrapper_fd.get(), is_public, uid, out_oat_path, is_secondary_dex)) { in open_oat_out_file()
2031 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in dexopt() local
2051 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
2087 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt()
2098 is_public, uid, is_secondary_dex, profile_guided, &in_vdex_fd, &out_vdex_fd)) { in dexopt()
2122 out_oat_path, generate_app_image, is_public, uid, is_secondary_dex); in dexopt()
2126 pkgname, dex_path, profile_name, profile_guided, is_public, uid, is_secondary_dex); in dexopt()