Home
last modified time | relevance | path

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

/system/update_engine/common/
Dprefs.cc48 string str_value; in GetInt64() local
49 if (!GetString(key, &str_value)) in GetInt64()
51 base::TrimWhitespaceASCII(str_value, base::TRIM_ALL, &str_value); in GetInt64()
52 TEST_AND_RETURN_FALSE(base::StringToInt64(str_value, value)); in GetInt64()
61 string str_value; in GetBoolean() local
62 if (!GetString(key, &str_value)) in GetBoolean()
64 base::TrimWhitespaceASCII(str_value, base::TRIM_ALL, &str_value); in GetBoolean()
65 if (str_value == "false") { in GetBoolean()
69 if (str_value == "true") { in GetBoolean()
/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma.cc481 string str_value; in OnModemCDMAPropertiesChanged() local