Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/glob/src/
Dlib.rs160 pub fn glob(pattern: &str) -> Result<Paths, PatternError> { in glob() argument
177 pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternError> { in glob_with() argument
442 pub struct PatternError { struct
450 impl Error for PatternError { argument
456 impl fmt::Display for PatternError { implementation
508 fn from_str(s: &str) -> Result<Self, PatternError> { in from_str() argument
545 pub fn new(pattern: &str) -> Result<Self, PatternError> { in new() argument
/aosp_15_r20/development/tools/external_crates/license_checker/src/
H A Dlib.rs36 PatternError(#[from] glob::PatternError), enumerator