Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/common/src/
H A Dsys_prop.rs46 pub fn get_bool(name: &str) -> Option<bool> { in get_bool() function
60 get_bool("ro.debuggable").unwrap_or(false) in get_debuggable()
/aosp12/bionic/linker/
H A Dlinker_config.cpp380 bool get_bool(const std::string& name, size_t* lineno = nullptr) const { in get_bool() function in Properties
488 bool versioning_enabled = properties.get_bool("enable.target.sdk.version"); in read_binary_config()
535 bool allow_all_shared_libs = properties.get_bool(property_name_prefix + ".link." + in read_binary_config()
565 ns_config->set_isolated(properties.get_bool(property_name_prefix + ".isolated")); in read_binary_config()
566 ns_config->set_visible(properties.get_bool(property_name_prefix + ".visible")); in read_binary_config()