Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dbcc.rs86 is_debug_mode: bool, field
115 let is_debug_mode = is_any_entry_debug_mode(entries.as_slice())?; in new() localVariable
119 pub fn is_debug_mode(&self) -> bool { in is_debug_mode() method
179 pub fn is_debug_mode(&self) -> Result<bool> { in is_debug_mode() method