Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs163 let dp_sysprop = system_properties::read(CUSTOM_DEBUG_POLICY_OVERLAY_SYSPROP); in new() localVariable
164 let custom_dp = dp_sysprop.unwrap_or_else(|e| { in new()