Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/
Dmod.rs89 pub struct PathPersistError { struct
96 impl From<PathPersistError> for io::Error { argument
110 impl fmt::Display for PathPersistError { implementation
116 impl error::Error for PathPersistError { implementation
203 pub fn persist<P: AsRef<Path>>(mut self, new_path: P) -> Result<(), PathPersistError> { in persist() argument
258 ) -> Result<(), PathPersistError> { in persist_noclobber() argument
298 pub fn keep(mut self) -> Result<PathBuf, PathPersistError> { in keep() argument
700 let PathPersistError { error, path } = err; in persist() localVariable
746 let PathPersistError { error, path } = err; in persist_noclobber() localVariable