Searched refs:to_perms (Results 1 – 1 of 1) sorted by relevance
36 let to_perms = tokio::fs::metadata(to_path).await.unwrap().permissions(); in copy_permissions() localVariable38 assert_eq!(from_perms, to_perms); in copy_permissions()