Searched refs:_dbus_concat_dir_and_file (Results 1 – 16 of 16) sorted by relevance
/external/dbus/dbus/ |
D | dbus-auth-util.c | 63 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()
|
D | dbus-server-unix.c | 108 !_dbus_concat_dir_and_file (&full_path, &filename)) in _dbus_server_listen_platform_specific()
|
D | dbus-sysdeps.c | 300 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()
|
D | dbus-sysdeps.h | 317 dbus_bool_t _dbus_concat_dir_and_file (DBusString *dir,
|
D | dbus-sha.c | 775 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()
|
D | dbus-message-util.c | 522 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()
|
D | dbus-sysdeps-unix.c | 2578 _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()
|
D | dbus-keyring.c | 783 if (!_dbus_concat_dir_and_file (&keyring->filename, in _dbus_keyring_new_for_credentials()
|
D | dbus-sysdeps-win.c | 1734 _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/ |
D | config-parser-trivial.c | 508 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()
|
D | test.c | 318 if (!_dbus_concat_dir_and_file (&config_file, &relative)) in bus_context_new_test()
|
D | activation.c | 286 !_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()
|
D | config-parser.c | 2072 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()
|
D | activation-helper.c | 97 !_dbus_concat_dir_and_file (&full_path, &filename)) in desktop_file_for_name()
|
D | dispatch.c | 4467 if (!_dbus_concat_dir_and_file (&full, &file)) in setenv_TEST_LAUNCH_HELPER_CONFIG()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 13942 * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
|