Searched refs:key_value (Results 1 – 6 of 6) sorted by relevance
/system/bt/btif/include/ |
D | btif_storage.h | 284 char *key_value, 293 char *key_value,
|
/system/update_engine/common/ |
D | subprocess.cc | 50 for (const auto& key_value : env) { in SetupChild() local 51 setenv(key_value.first.c_str(), key_value.second.c_str(), 0); in SetupChild()
|
D | subprocess_unittest.cc | 91 for (string key_value : brillo::string_utils::Split(output, "\n")) { in ExpectedEnvVars() local 93 key_value, "=", true); in ExpectedEnvVars()
|
/system/connectivity/shill/ |
D | process_manager.cc | 52 for (const auto& key_value : env) { in SetupChild() local 53 setenv(key_value.first.c_str(), key_value.second.c_str(), 0); in SetupChild()
|
/system/core/adb/ |
D | adb.cpp | 254 std::vector<std::string> key_value = android::base::Split(prop, "="); in parse_banner() local 255 if (key_value.size() != 2) continue; in parse_banner() 257 const std::string& key = key_value[0]; in parse_banner() 258 const std::string& value = key_value[1]; in parse_banner()
|
/system/bt/btif/src/ |
D | btif_storage.c | 1024 char *key_value, in btif_storage_get_ble_bonding_key() argument 1053 int ret = btif_config_get_bin(bdstr, name, (uint8_t *)key_value, &length); in btif_storage_get_ble_bonding_key() 1136 char *key_value, in btif_storage_get_ble_local_key() argument 1158 int ret = btif_config_get_bin("Adapter", name, (uint8_t *)key_value, &length); in btif_storage_get_ble_local_key()
|