Lines Matching refs:is_public

1123         int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) {  in set_permissions_and_ownership()  argument
1128 (is_public ? S_IROTH : 0)) < 0) { in set_permissions_and_ownership()
1288 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image() argument
1330 wrapper_fd.get(), is_public, uid, image_path.c_str(), is_secondary_dex)) { in maybe_open_app_image()
1364 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile() argument
1379 if (is_secondary_dex && is_public) { in maybe_open_reference_profile()
1406 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat() argument
1486 if (!set_permissions_and_ownership(out_vdex_wrapper_fd->get(), is_public, uid, in open_vdex_files_for_dex2oat()
1499 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file() argument
1511 wrapper_fd.get(), is_public, uid, out_oat_path, is_secondary_dex)) { in open_oat_out_file()
1974 bool is_public = (dexopt_flags & DEXOPT_PUBLIC) != 0; in dexopt() local
1988 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt()
2017 Dex2oatFileWrapper out_oat_fd = open_oat_out_file(dex_path, oat_dir, is_public, uid, in dexopt()
2028 is_public, uid, is_secondary_dex, profile_guided, &in_vdex_fd, &out_vdex_fd)) { in dexopt()
2052 out_oat_path, generate_app_image, is_public, uid, is_secondary_dex); in dexopt()
2056 pkgname, dex_path, profile_name, profile_guided, is_public, uid, is_secondary_dex); in dexopt()