Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dlib.rs266 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function
272 fn path_to_cstring(p: &Path) -> Result<CString> { in path_to_cstring() function
371 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()
Dinner_connection.rs182 let dylib_str = super::path_to_cstring(dylib_path)?; in load_extension()