Home
last modified time | relevance | path

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

/external/dbus/bus/
Dactivation-helper.c406 const char *test_config_file; in get_correct_parser() local
409 test_config_file = NULL; in get_correct_parser()
419 test_config_file = _dbus_getenv ("TEST_LAUNCH_HELPER_CONFIG"); in get_correct_parser()
420 if (test_config_file == NULL) in get_correct_parser()
441 if (!_dbus_string_append (&config_file, test_config_file)) in get_correct_parser()