Searched refs:ensure_path_doesnt_exist (Results 1 – 1 of 1) sorted by relevance
59 ensure_path_doesnt_exist(p)?; in verify_and_fix()78 pub(crate) fn ensure_path_doesnt_exist(p: &Path) -> Result<(), Error> { in ensure_path_doesnt_exist() function