Searched defs:client_cwd (Results 1 – 3 of 3) sorted by relevance
78 pub client_cwd: String, field
53 pub client_cwd: *const libc::c_char, field
183 let client_cwd = CString::new(self.client_cwd.as_str()).unwrap(); in serialize() localVariable