Home
last modified time | relevance | path

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

/DragonReach/systemctl/src/
H A Dmain.rs4 const REACH_PIPE_PATH: &str = "etc/reach/ipc/ctl"; constant
22 let mut file = File::open(REACH_PIPE_PATH).unwrap(); in main()