Home
last modified time | relevance | path

Searched defs:CString (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/trusty-std/src/ffi/
Dc_str.rs101 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError>; in try_new()
120 unsafe fn try_from_vec_unchecked(v: Vec<u8>) -> Result<CString, AllocError>; in try_from_vec_unchecked()
123 impl FallibleCString for CString { implementation
124 fn try_new<T: TryAllocInto<Vec<u8>>>(t: T) -> Result<CString, TryNewError> { in try_new()
158 unsafe fn try_from_vec_unchecked(mut v: Vec<u8>) -> Result<CString, AllocError> { in try_from_vec_unchecked()
165 impl TryClone for CString { implementation
/trusty/user/base/lib/service_manager/client/src/
Dlib.rs272 pub fn service_name_to_trusty_c_port(service_name: &str) -> Result<CString, StatusCode> { in service_name_to_trusty_c_port()
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs131 pub fn get_path(&self) -> &CString { in get_path()