Home
last modified time | relevance | path

Searched defs:set_permissions (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs516 pub async fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions) -> io::Result<()> { in set_permissions() function
Dasync_file.rs190 pub async fn set_permissions(&self, perm: Permissions) -> io::Result<()> { in set_permissions() method