Searched refs:delete_file_path (Results 1 – 2 of 2) sorted by relevance
78 pub fn delete_file_path(file_path: &str) -> Result<(), std::io::Error> { in delete_file_path() function
24 create_file_path, delete_file_path, file_exists, fmt_store_path,502 if delete_file_path(&bundle_path).is_err() { in process_remove_bundle()