Searched defs:profile_json (Results 1 – 2 of 2) sorted by relevance
143 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_profile() localVariable182 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_normal_profile() localVariable221 let profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_enterprise_mdm_profile() localVariable265 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_debug_profile() localVariable310 let mut profile_json =JsonValue::from_text(profile_str).unwrap(); in test_parse_iternaltesting_profile() localVariable
118 let profile_json = parse_and_validate_profile(profile, check_udid)?; in parse_pkcs7_data() localVariable173 let profile_json = JsonValue::from_text(profile)?; in parse_and_validate_profile() localVariable