Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dinner_connection.rs78 Some(c_vfs) => c_vfs.as_ptr(), in open_with_flags()
Dlib.rs395 let c_vfs = str_to_cstring(vfs)?; in open_with_flags_and_vfs() localVariable
396 InnerConnection::open_with_flags(&c_path, flags, Some(&c_vfs)).map(|db| Connection { in open_with_flags_and_vfs()