Home
last modified time | relevance | path

Searched refs:CC_AR_VV_REGEX (Results 1 – 1 of 1) sorted by relevance

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs168 static CC_AR_VV_REGEX: Lazy<Regex> = Lazy::new(|| { in parse() constant
171 if let Some((pkg, cmd, args)) = match3(&CC_AR_VV_REGEX, line) { in parse()