Home
last modified time | relevance | path

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

/DragonOS/kernel/.cargo/
H A Dconfig.toml6 runner = "bootimage runner"
/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Drun.rs18 pub runner: String, field
41 let mut args: Vec<_> = opts.runner.trim().split_terminator(' ').collect(); in run()