Home
last modified time | relevance | path

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

/external/dbus/test/
Ddecode-gcov.c1314 if (!_dbus_file_get_contents (&contents, name, in load_functions_for_c_file()
1331 if (!_dbus_file_get_contents (&contents, name, in load_functions_for_c_file()
1349 if (!_dbus_file_get_contents (&contents, name, in load_functions_for_c_file()
1568 if (!_dbus_file_get_contents (&contents, &bb_filename, in load_block_line_associations()
1888 if (!_dbus_file_get_contents (&contents, filename, in load_c_file()
2155 if (!_dbus_file_get_contents (&contents, filename, in print_one_file()
2178 if (!_dbus_file_get_contents (&contents, filename, in print_one_file()
2201 if (!_dbus_file_get_contents (&contents, filename, in print_one_file()
/external/dbus/bus/
Dconfig-loader-libxml.c193 if (!_dbus_file_get_contents (&data, file, error)) in bus_config_load()
Dconfig-loader-expat.c237 if (!_dbus_file_get_contents (&data, file, error)) in bus_config_load()
Ddesktop-file.c649 if (!_dbus_file_get_contents (&str, filename, error)) in bus_desktop_file_load()
/external/dbus/dbus/
Ddbus-sysdeps.h274 dbus_bool_t _dbus_file_get_contents (DBusString *str,
Ddbus-internals.c568 if (!_dbus_file_get_contents (&contents, filename, error)) in _dbus_read_uuid_file_without_creating()
Ddbus-sha.c782 if (!_dbus_file_get_contents (&tests, &tests_file, &error)) in process_test_data()
791 if (!_dbus_file_get_contents (&results, &results_file, &error)) in process_test_data()
Ddbus-auth-script.c259 if (!_dbus_file_get_contents (&file, filename, &error)) { in _dbus_auth_script_run()
Ddbus-keyring.c454 if (!_dbus_file_get_contents (&contents, in _dbus_keyring_reload()
Ddbus-message-util.c285 if (!_dbus_file_get_contents (data, filename, &error)) in dbus_internal_do_not_use_load_message_file()
Ddbus-sysdeps-unix.c1601 _dbus_file_get_contents (DBusString *str, in _dbus_file_get_contents() function
/external/dbus/
DChangeLog7583 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
11754 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
12588 * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
14094 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function