Home
last modified time | relevance | path

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

/system/security/keystore2/system_property/
Dlib.rs45 MissingCString, enumerator
133 let name = name.ok_or(PropertyWatcherError::MissingCString)?.to_str()?; in read()
134 let value = value.ok_or(PropertyWatcherError::MissingCString)?.to_str()?; in read()