Home
last modified time | relevance | path

Searched defs:app (Results 1 – 2 of 2) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dmain.rs41 let mut app = App::new("DragonOS Log Monitor"); in start_headless_app() localVariable
66 let mut app = App::new("DragonOS Log Monitor"); in start_tui_app() localVariable
H A Dlib.rs9 pub mod app; module