Home
last modified time | relevance | path

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

/external/rust/crates/gdbstub/examples/armv4t/
Dmain.rs28 fn wait_for_uds(path: &str) -> DynResult<UnixStream> { in wait_for_uds() function
59 Box::new(wait_for_uds("/tmp/armv4t_gdb")?) in main()
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Dmain.rs28 fn wait_for_uds(path: &str) -> DynResult<UnixStream> { in wait_for_uds() function
59 Box::new(wait_for_uds("/tmp/armv4t_gdb")?) in main()