Home
last modified time | relevance | path

Searched defs:key_value (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dsubprocess.cc50 for (const auto& key_value : env) { in SetupChild() local
Dsubprocess_unittest.cc91 for (string key_value : brillo::string_utils::Split(output, "\n")) { in ExpectedEnvVars() local
/system/connectivity/shill/
Dprocess_manager.cc52 for (const auto& key_value : env) { in SetupChild() local
/system/bt/btif/src/
Dbtif_storage.c1024 char *key_value, in btif_storage_get_ble_bonding_key()
1136 char *key_value, in btif_storage_get_ble_local_key()
/system/core/adb/
Dadb.cpp254 std::vector<std::string> key_value = android::base::Split(prop, "="); in parse_banner() local