Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/
Dbuild.rs695 fn run_command_with_args(command_name: &OsStr, args: &[String]) { in run_command_with_args() function
787 run_command_with_args(&get_command("PERL_EXECUTABLE", "perl"), &args); in perlasm()