Home
last modified time | relevance | path

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

/system/librustutils/
Dsystem_properties.rs227 fn parse_bool(value: &str) -> Option<bool> { in parse_bool() function
242 .and_then(parse_bool) in read_bool()
328 assert_eq!(parse_bool(s), Some(true), "testing with {}", s); in parse_bool_test()
331 assert_eq!(parse_bool(s), Some(false), "testing with {}", s); in parse_bool_test()
334 assert_eq!(parse_bool(s), None, "testing with {}", s); in parse_bool_test()