Home
last modified time | relevance | path

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

/system/librustutils/
Dsystem_properties.rs255 pub fn read_bool(name: &str, default_value: bool) -> Result<bool> { in read_bool() function
/system/security/keystore2/src/
Dlegacy_blob.rs191 fn read_bool(stream: &mut dyn Read) -> Result<bool> { in read_bool() function