Searched refs:path_to_cstring (Results 1 – 2 of 2) sorted by relevance
266 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function272 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function371 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags()394 let c_path = path_to_cstring(path.as_ref())?; in open_with_flags_and_vfs()
182 let dylib_str = super::path_to_cstring(dylib_path)?; in load_extension()