Home
last modified time | relevance | path

Searched refs:from_custom_debug_overlay_policy (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs171 match Self::from_custom_debug_overlay_policy(debug_level, Path::new(&path)) { in new()
221 fn from_custom_debug_overlay_policy(debug_level: DebugLevel, path: &Path) -> Result<Self> { in from_custom_debug_overlay_policy() method
249 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_with_ramdump()
265 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_without_ramdump()
281 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_with_adb()
297 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_read_avf_debug_policy_without_adb()
313 let debug_config = DebugConfig::from_custom_debug_overlay_policy( in test_invalid_sysprop_disables_debug_policy()