Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/external_crates/rooted_path/src/
H A Dlib.rs24 pub enum RootedPathError { enum
43 ) -> Result<RootedPath, RootedPathError> { in new() argument
68 pub fn join(&self, path: impl AsRef<Path>) -> Result<RootedPath, RootedPathError> { in join() argument
76 pub fn with_same_root(&self, path: impl AsRef<Path>) -> Result<RootedPath, RootedPathError> { in with_same_root() argument