Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Drun.rs35 let bin_path = format!("target/{profile}/syscall_ebpf"); in run() localVariable
42 args.push(bin_path.as_str()); in run()