Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dbackup.rs202 let to_name = to_name.to_cstring()?; in new_with_names()
203 let from_name = from_name.to_cstring()?; in new_with_names()
Dsession.rs41 let name = name.to_cstring()?; in new_with_name()
159 let from = from.to_cstring()?; in diff()
Dlib.rs299 fn to_cstring(&self) -> Result<util::SmallCString> { in to_cstring() method
912 let db_name = DatabaseName::Main.to_cstring().unwrap(); in db_filename()
/external/rust/crates/rusqlite/src/blob/
Dmod.rs227 let db = db.to_cstring()?; in blob_open()