Searched defs:start_device (Results 1 – 2 of 2) sorted by relevance
290 pub(crate) fn start_device(program_name: &str, args: &[&str]) -> anyhow::Result<()> { in start_device() function
3252 fn start_device(mut args: std::env::Args) -> std::result::Result<(), ()> { in start_device() function