Home
last modified time | relevance | path

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

/DADK/dadk-config/src/rootfs/
H A Dpartition.rs27 pub fn image_should_be_partitioned(&self) -> bool { in image_should_be_partitioned() method
/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs28 let r = if ctx.rootfs().partition.image_should_be_partitioned() { in create()
72 let partitioned = ctx.rootfs().partition.image_should_be_partitioned(); in mount()