Searched defs:debug_policy (Results 1 – 4 of 4) sorted by relevance
188 debug_policy: DebugPolicy, field194 let debug_policy = Self::get_debug_policy().unwrap_or_else(|| { in new() localVariable267 let debug_policy = in test_read_avf_debug_policy_with_ramdump() localVariable279 let debug_policy = in test_read_avf_debug_policy_without_ramdump() localVariable291 let debug_policy = in test_read_avf_debug_policy_with_adb() localVariable303 let debug_policy = in test_read_avf_debug_policy_without_adb() localVariable315 let debug_policy = in test_invalid_sysprop_disables_debug_policy() localVariable
142 pub debug_policy: Option<&'a [u8]>, field299 let debug_policy = debug_policy.map(|x| &*x); in get_entries() localVariable
1357 let mut debug_policy = Vec::from(debug_policy); in apply_debug_policy() localVariable
210 for (const char* debug_policy : debug_policy_candidates) { in GetUserdebugPlatformPolicyFile() local