Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs249 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_with_ramdump() localVariable
265 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_without_ramdump() localVariable
281 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_with_adb() localVariable
297 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_without_adb() localVariable
313 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_invalid_sysprop_disables_debug_policy() localVariable
Dmain.rs21 mod debug_config; module
Dcrosvm.rs115 pub debug_config: DebugConfig, field
Daidl.rs406 let debug_config = DebugConfig::new(config); in create_vm_internal() localVariable