Searched defs:path_to_cstring (Results 1 – 4 of 4) sorted by relevance
17 pub fn path_to_cstring<P: AsRef<Path>>(path: P) -> Result<CString> { in path_to_cstring() function
261 fn path_to_cstring(path: &Path) -> io::Result<CString> { in path_to_cstring() function
278 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function284 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function
1421 fn path_to_cstring(path: &Path) -> CString { in path_to_cstring() function