Home
last modified time | relevance | path

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

/system/librustutils/system_properties/
Derror.rs40 MissingCString, enumerator
/system/librustutils/
Dsystem_properties.rs120 let name = name.ok_or(PropertyWatcherError::MissingCString)?.to_str()?; in read()
121 let value = value.ok_or(PropertyWatcherError::MissingCString)?.to_str()?; in read()