Home
last modified time | relevance | path

Searched defs:CommandLineArgs (Results 1 – 3 of 3) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dcommand.rs6 pub struct CommandLineArgs { struct
9 pub kernel: PathBuf,
13 pub kmem: String,
17 pub tui: bool,
21 pub log_dir: PathBuf,
H A Dmain.rs38 cmdargs: CommandLineArgs, in start_headless_app()
62 cmdargs: CommandLineArgs, in start_tui_app()
/DragonOS/tools/debugging/logmonitor/src/backend/
H A Dmod.rs27 pub fn new(command_line_args: CommandLineArgs, sender: mpsc::Sender<Event>) -> Arc<Self> { in new()
81 command_line_args: CommandLineArgs, in new()