Lines Matching defs:is_secondary_dex
152 bool is_secondary_dex) { in clear_reference_profile()
159 userid_t user, bool is_secondary_dex) { in clear_current_profile()
718 const std::string& location, bool is_secondary_dex) { in open_current_profile()
725 const std::string& location, bool read_write, bool is_secondary_dex) { in open_reference_profile()
737 const std::string& location, bool is_secondary_dex, in open_profile_files()
890 const std::string& location, bool is_secondary_dex) { in analyze_profiles()
1160 int fd, bool is_public, int uid, const char* path, bool is_secondary_dex) { in set_permissions_and_ownership()
1197 const char* oat_dir, bool is_secondary_dex, /*out*/ char* out_oat_path) { in create_oat_out_path()
1325 bool generate_app_image, bool is_public, int uid, bool is_secondary_dex) { in maybe_open_app_image()
1394 bool is_public, int uid, bool is_secondary_dex) { in maybe_open_reference_profile()
1436 const char* instruction_set, bool is_public, int uid, bool is_secondary_dex, in open_vdex_files_for_dex2oat()
1529 bool is_public, int uid, const char* instruction_set, bool is_secondary_dex, in open_oat_out_file()
1554 bool is_secondary_dex, in maybe_open_oat_and_vdex_file()
2115 bool is_secondary_dex = (dexopt_flags & DEXOPT_SECONDARY_DEX) != 0; in dexopt() local