Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/uefi/src/fs/file_system/
Dfs.rs14 pub type FileSystemResult<T> = Result<T, Error>; typedef
56 ) -> FileSystemResult<()> { in copy()
147 pub fn create_dir(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in create_dir()
155 pub fn create_dir_all(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in create_dir_all()
254 pub fn remove_dir(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir()
284 pub fn remove_dir_all(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_dir_all()
312 pub fn remove_file(&mut self, path: impl AsRef<Path>) -> FileSystemResult<()> { in remove_file()
344 ) -> FileSystemResult<()> { in rename()
356 ) -> FileSystemResult<()> { in write()