Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_ToolchainOptions/
Dplatform_ToolchainOptions.py281 full_msg = "Test results:"
288 full_msg += str(cos) + "\n\n"
292 logging.debug(full_msg)
/external/dbus/bus/
Dbus.c1320 DBusString full_msg; in bus_context_log() local
1322 if (!_dbus_string_init (&full_msg)) in bus_context_log()
1324 if (!_dbus_string_append (&full_msg, context->log_prefix)) in bus_context_log()
1326 if (!_dbus_string_append_printf_valist (&full_msg, msg, args)) in bus_context_log()
1329 _dbus_system_log (severity, "%s", _dbus_string_get_const_data (&full_msg)); in bus_context_log()
1331 _dbus_string_free (&full_msg); in bus_context_log()