Home
last modified time | relevance | path

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

/DADK/dadk/src/actions/rootfs/
H A Ddisk_img.rs20 disk_path_safety_check(&disk_image_path)?; in create()
51 disk_path_safety_check(&disk_image_path)?; in delete()
180 fn disk_path_safety_check(disk_image_path: &PathBuf) -> Result<()> { in disk_path_safety_check() function