Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs457 Connection::open_in_memory_with_flags(flags) in open_in_memory()
513 pub fn open_in_memory_with_flags(flags: OpenFlags) -> Result<Connection> { in open_in_memory_with_flags() method
1492 Connection::open_in_memory_with_flags(*bad_flags).unwrap_err(); in test_open_with_flags()