Home
last modified time | relevance | path

Searched defs:debug_policy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Ddebug_config.rs188 debug_policy: DebugPolicy, field
194 let debug_policy = Self::get_debug_policy().unwrap_or_else(|| { in new() localVariable
267 let debug_policy = in test_read_avf_debug_policy_with_ramdump() localVariable
279 let debug_policy = in test_read_avf_debug_policy_without_ramdump() localVariable
291 let debug_policy = in test_read_avf_debug_policy_with_adb() localVariable
303 let debug_policy = in test_read_avf_debug_policy_without_adb() localVariable
315 let debug_policy = in test_invalid_sysprop_disables_debug_policy() localVariable
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dconfig.rs142 pub debug_policy: Option<&'a [u8]>, field
299 let debug_policy = debug_policy.map(|x| &*x); in get_entries() localVariable
Dfdt.rs1357 let mut debug_policy = Vec::from(debug_policy); in apply_debug_policy() localVariable
/aosp_15_r20/system/core/init/
H A Dselinux.cpp210 for (const char* debug_policy : debug_policy_candidates) { in GetUserdebugPlatformPolicyFile() local