Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dcompilation.rs138 let mut command_line_args = vec![ in odrefresh() localVariable
148 command_line_args in odrefresh()
157 command_line_args.push(compile_flag.to_string()); in odrefresh()
159 debug!("Running odrefresh with args: {:?}", &command_line_args); in odrefresh()
160 let jail = spawn_jailed_task(odrefresh_path, &command_line_args, &odrefresh_vars.into_env()) in odrefresh()