Home
last modified time | relevance | path

Searched defs:to_cstring (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Derror.rs108 fn to_cstring<T: AsRef<str>>(message: T) -> Option<CString> { in to_cstring() function
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs216 fn to_cstring(&self) -> CString { in to_cstring() method