Home
last modified time | relevance | path

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

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