Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/cargo_embargo/src/cargo/
H A Dcargo_out.rs82 fn args_from_rustc_invocation(rustc: &str) -> Vec<&str> { in args_from_rustc_invocation() function
115 let mut arg_iter = args_from_rustc_invocation(rustc).into_iter(); in raw_name_from_rustc_invocation()
304 let mut arg_iter = args_from_rustc_invocation(rustc).into_iter(); in from_rustc_invocation()
533 assert_eq!(args_from_rustc_invocation("foo bar"), vec!["foo", "bar"]); in parse_args()
534 assert_eq!(args_from_rustc_invocation(" foo bar "), vec!["foo", "bar"]); in parse_args()
535 assert_eq!(args_from_rustc_invocation("'foo' \"bar\""), vec!["foo", "bar"]); in parse_args()
537 args_from_rustc_invocation("'fo o' \" b ar\" ' baz '"), in parse_args()