Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties_common.cc41 std::string trimmed_val = common::StringTrim(result.value()); in GetSystemPropertyBool() local
42 if (trimmed_val == "true" || trimmed_val == "1") { in GetSystemPropertyBool()
45 if (trimmed_val == "false" || trimmed_val == "0") { in GetSystemPropertyBool()