Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-auth-util.c63 if (!_dbus_concat_dir_and_file (&test_directory, &filename)) in process_test_subdir()
93 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_subdir()
Ddbus-server-unix.c108 !_dbus_concat_dir_and_file (&full_path, &filename)) in _dbus_server_listen_platform_specific()
Ddbus-sysdeps.c300 if (!_dbus_concat_dir_and_file (&path, in _dbus_split_paths_and_append()
342 if (!_dbus_concat_dir_and_file (&path, in _dbus_split_paths_and_append()
Ddbus-sysdeps.h317 dbus_bool_t _dbus_concat_dir_and_file (DBusString *dir,
Ddbus-sha.c775 if (!_dbus_concat_dir_and_file (&tests_file, &tmp)) in process_test_data()
779 if (!_dbus_concat_dir_and_file (&results_file, &tmp)) in process_test_data()
Ddbus-message-util.c522 if (!_dbus_concat_dir_and_file (&test_directory, &filename)) in process_test_subdir()
552 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_subdir()
Ddbus-sysdeps-unix.c2578 _dbus_concat_dir_and_file (DBusString *dir, in _dbus_concat_dir_and_file() function
3455 if (!_dbus_concat_dir_and_file (&servicedir_path, &local_share)) in _dbus_get_standard_session_servicedirs()
3637 if (!_dbus_concat_dir_and_file (&homedir, in _dbus_append_keyring_directory_for_credentials()
Ddbus-keyring.c783 if (!_dbus_concat_dir_and_file (&keyring->filename, in _dbus_keyring_new_for_credentials()
Ddbus-sysdeps-win.c1734 _dbus_concat_dir_and_file (DBusString *dir, in _dbus_concat_dir_and_file() function
3142 if (!_dbus_concat_dir_and_file (&homedir, in _dbus_append_keyring_directory_for_credentials()
/external/dbus/bus/
Dconfig-parser-trivial.c508 if (!_dbus_concat_dir_and_file (&test_directory, &filename)) in process_test_valid_subdir()
545 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_valid_subdir()
623 if (!_dbus_concat_dir_and_file (full_path, &filename)) in make_full_path()
631 if (!_dbus_concat_dir_and_file (full_path, &filename)) in make_full_path()
Dtest.c318 if (!_dbus_concat_dir_and_file (&config_file, &relative)) in bus_context_new_test()
Dactivation.c286 !_dbus_concat_dir_and_file (&file_path, filename)) in update_desktop_file_entry()
491 !_dbus_concat_dir_and_file (&file_path, &filename)) in check_service_file()
641 !_dbus_concat_dir_and_file (&full_path, &filename)) in update_directory()
2218 !_dbus_concat_dir_and_file (&full_path, &file_name)) in test_create_service_file()
2253 !_dbus_concat_dir_and_file (&full_path, &file_name)) in test_remove_service_file()
Dconfig-parser.c2072 if (!_dbus_concat_dir_and_file (full_path, filename)) in make_full_path()
2228 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in include_dir()
2811 if (!_dbus_concat_dir_and_file (&test_directory, &filename)) in process_test_valid_subdir()
2848 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_valid_subdir()
3112 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in all_are_equiv()
3187 if (!_dbus_concat_dir_and_file (&test_directory, &filename)) in process_test_equiv_subdir()
3219 if (!_dbus_concat_dir_and_file (&full_path, &filename)) in process_test_equiv_subdir()
Dactivation-helper.c97 !_dbus_concat_dir_and_file (&full_path, &filename)) in desktop_file_for_name()
Ddispatch.c4467 if (!_dbus_concat_dir_and_file (&full, &file)) in setenv_TEST_LAUNCH_HELPER_CONFIG()
/external/dbus/
DChangeLog.pre-1-013942 * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility