Searched refs:results_file (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sha.c741 DBusString results_file; local
756 if (!_dbus_string_init (&results_file))
771 if (!_dbus_string_append (&results_file, test_data_dir))
779 if (!_dbus_concat_dir_and_file (&results_file, &tmp))
791 if (!_dbus_file_get_contents (&results, &results_file, &error))
794 _dbus_string_get_const_data (&results_file), error.message);
915 _dbus_string_free (&results_file);

Completed in 25 milliseconds