Home | History | Annotate | Download | only in bus

Lines Matching defs:full

4453   DBusString full;
4456 if (!_dbus_string_init (&full))
4459 if (!_dbus_string_copy (test_data_dir, 0, &full, 0))
4461 _dbus_string_free (&full);
4467 if (!_dbus_concat_dir_and_file (&full, &file))
4469 _dbus_string_free (&full);
4474 _dbus_string_get_const_data (&full));
4476 _dbus_setenv ("TEST_LAUNCH_HELPER_CONFIG", _dbus_string_get_const_data (&full));
4478 _dbus_string_free (&full);