Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs377 const ALLOWED_PARTITIONS: [&str; 2] = ["/system", "/system_ext"]; in check_apexes_are_from_allowed_partitions() constant
379 if !ALLOWED_PARTITIONS.iter().any(|p| apex.preinstalled_path.starts_with(p)) { in check_apexes_are_from_allowed_partitions()