Searched refs:trimmed_val (Results 1 – 1 of 1) sorted by relevance
41 std::string trimmed_val = common::StringTrim(result.value()); in GetSystemPropertyBool() local42 if (trimmed_val == "true" || trimmed_val == "1") { in GetSystemPropertyBool()45 if (trimmed_val == "false" || trimmed_val == "0") { in GetSystemPropertyBool()