Searched refs:disk_path_safety_check (Results 1 – 1 of 1) sorted by relevance
20 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