Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dcompsvc.rs43 use compos_common::odrefresh::{is_system_property_interesting, ODREFRESH_PATH};
85 if !is_system_property_interesting(name) { in initializeSystemProperties()
/packages/modules/Virtualization/compos/common/
Dodrefresh.rs72 pub fn is_system_property_interesting(name: &str) -> bool { in is_system_property_interesting() function
/packages/modules/Virtualization/compos/composd/src/
Dodrefresh_task.rs31 is_system_property_interesting, ExitCode, CURRENT_ARTIFACTS_SUBDIR, ODREFRESH_OUTPUT_ROOT_DIR,
155 if is_system_property_interesting(name) { in run_in_vm()