Searched defs:FileSystemResult (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/crates/uefi/src/fs/file_system/ |
D | fs.rs | 14 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/file_system/ |
D | fs.rs | 14 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()
|