Home
last modified time | relevance | path

Searched refs:_dbus_string_append (Results 1 – 25 of 40) sorted by relevance

12

/external/dbus/dbus/
Ddbus-string-util.c325 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
371 if (!_dbus_string_append (&str, "a")) in _dbus_string_test()
391 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
406 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
420 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
429 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
442 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
480 if (!_dbus_string_append (&str, "Hello World")) in _dbus_string_test()
541 if (!_dbus_string_append (&str, "Hello")) in _dbus_string_test()
614 if (!_dbus_string_append (&str, "Hello")) in _dbus_string_test()
[all …]
Ddbus-nonce.c258 || !_dbus_string_append (&noncefile->dir, _dbus_get_tmpdir())) in do_noncefile_create()
265 if (!_dbus_string_append (&noncefile->dir, "/dbus_nonce-") in do_noncefile_create()
266 || !_dbus_string_append (&noncefile->dir, _dbus_string_get_const_data (&randomStr)) ) in do_noncefile_create()
273 || !_dbus_string_append (&noncefile->dir, "/nonce")) in do_noncefile_create()
290 || !_dbus_string_append (&noncefile->path, "/dbus_nonce-") in do_noncefile_create()
291 || !_dbus_string_append (&noncefile->path, _dbus_string_get_const_data (&randomStr))) in do_noncefile_create()
Ddbus-server-unix.c104 if (!_dbus_string_append (&filename, in _dbus_server_listen_platform_specific()
107 !_dbus_string_append (&full_path, tmpdir) || in _dbus_server_listen_platform_specific()
221 !_dbus_string_append (&address, "unix:abstract=")) || in _dbus_server_new_for_domain_socket()
223 !_dbus_string_append (&address, "unix:path=")) || in _dbus_server_new_for_domain_socket()
Ddbus-transport-unix.c73 !_dbus_string_append (&address, "unix:abstract=")) || in _dbus_transport_new_for_domain_socket()
75 !_dbus_string_append (&address, "unix:path=")) || in _dbus_transport_new_for_domain_socket()
76 !_dbus_string_append (&address, path)) in _dbus_transport_new_for_domain_socket()
Ddbus-auth.c375 if (!_dbus_string_append (&auth->context, "org_freedesktop_general")) in _dbus_auth_new()
484 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
491 if (!_dbus_string_append (&to_hash, ":")) in sha1_compute_hash()
634 if (!_dbus_string_append (&tmp2, " ")) in sha1_handle_first_client_response()
640 if (!_dbus_string_append (&tmp2, " ")) in sha1_handle_first_client_response()
978 if (!_dbus_string_append (&tmp, " ")) in handle_client_data_cookie_sha1_mech()
1266 if (!_dbus_string_append (&plaintext, in handle_client_initial_response_anonymous_mech()
1371 if (!_dbus_string_append (&auth_command, in send_auth()
1378 if (!_dbus_string_append (&auth_command, in send_auth()
1387 if (!_dbus_string_append (&auth_command, " ")) in send_auth()
[all …]
Ddbus-server-socket.c443 if (!_dbus_string_append (&address, use_nonce ? "nonce-tcp:host=" : "tcp:host=") || in _dbus_server_new_for_tcp_socket()
445 !_dbus_string_append (&address, ",port=") || in _dbus_server_new_for_tcp_socket()
446 !_dbus_string_append (&address, _dbus_string_get_const_data(&port_str))) in _dbus_server_new_for_tcp_socket()
452 (!_dbus_string_append (&address, ",family=") || in _dbus_server_new_for_tcp_socket()
453 !_dbus_string_append (&address, family))) in _dbus_server_new_for_tcp_socket()
470 if (!_dbus_string_append (&address, ",noncefile=") || in _dbus_server_new_for_tcp_socket()
Ddbus-sysdeps-util-unix.c264 !_dbus_string_append (&pid, "\n")) in _dbus_write_pid_to_file_and_pipe()
482 if (!_dbus_string_append (&f, DBUS_CONSOLE_AUTH_DIR)) in _dbus_user_at_console()
489 if (!_dbus_string_append (&f, username)) in _dbus_user_at_console()
680 if (!_dbus_string_append (filename, ent->d_name)) in _dbus_directory_get_next_file()
993 return _dbus_string_append (dirname, "."); /* empty string passed in */ in _dbus_string_get_dirname()
1001 return _dbus_string_append (dirname, "/"); in _dbus_string_get_dirname()
1006 return _dbus_string_append (dirname, "."); in _dbus_string_get_dirname()
1016 return _dbus_string_append (dirname, "/"); in _dbus_string_get_dirname()
Ddbus-marshal-validate-util.c488 if (!_dbus_string_append (&str, "abc.def")) in _dbus_marshal_validate_test()
501 if (!_dbus_string_append (&str, "abc")) in _dbus_marshal_validate_test()
509 _dbus_string_append (&str, ":"); in _dbus_marshal_validate_test()
511 if (!_dbus_string_append (&str, "abc")) in _dbus_marshal_validate_test()
Ddbus-transport-socket.c1326 if (!_dbus_string_append (&address, noncefile ? "nonce-tcp:" : "tcp:")) in _dbus_transport_new_for_tcp_socket()
1329 if (!_dbus_string_append (&address, "host=") || in _dbus_transport_new_for_tcp_socket()
1330 !_dbus_string_append (&address, host)) in _dbus_transport_new_for_tcp_socket()
1333 if (!_dbus_string_append (&address, ",port=") || in _dbus_transport_new_for_tcp_socket()
1334 !_dbus_string_append (&address, port)) in _dbus_transport_new_for_tcp_socket()
1338 (!_dbus_string_append (&address, "family=") || in _dbus_transport_new_for_tcp_socket()
1339 !_dbus_string_append (&address, family))) in _dbus_transport_new_for_tcp_socket()
1343 (!_dbus_string_append (&address, "noncefile=") || in _dbus_transport_new_for_tcp_socket()
1344 !_dbus_string_append (&address, noncefile))) in _dbus_transport_new_for_tcp_socket()
Ddbus-userdb.c289 if (!_dbus_string_append (&process_username, in init_system_db()
291 !_dbus_string_append (&process_homedir, in init_system_db()
429 if (!_dbus_string_append (homedir, info->homedir)) in _dbus_homedir_from_username()
468 if (!_dbus_string_append (homedir, info->homedir)) in _dbus_homedir_from_uid()
Ddbus-server-debug-pipe.c160 if (!_dbus_string_append (&address, "debug-pipe:name=") || in _dbus_server_debug_pipe_new()
240 if (!_dbus_string_append (&address, "debug-pipe:name=") || in _dbus_transport_debug_pipe_new()
241 !_dbus_string_append (&address, server_name)) in _dbus_transport_debug_pipe_new()
Ddbus-sysdeps-win.c1344 !_dbus_string_append(&noncefileStr, noncefile)) in _dbus_connect_tcp_socket_with_nonce()
1515 if (!_dbus_string_append(retport, portbuf)) in _dbus_listen_tcp_socket()
1528 if (!_dbus_string_append(retport, port)) in _dbus_listen_tcp_socket()
1838 retval = _dbus_string_append (str,sid); in _dbus_append_user_from_current_process()
2630 _dbus_string_append( address, shared_addr ); in _dbus_get_autolaunch_shm()
2799 if (!_dbus_string_append (&servicedir_path, data_dir)) in _dbus_get_standard_session_servicedirs()
2802 if (!_dbus_string_append (&servicedir_path, _DBUS_PATH_SEPARATOR)) in _dbus_get_standard_session_servicedirs()
2807 if (!_dbus_string_append (&servicedir_path, DBUS_DATADIR)) in _dbus_get_standard_session_servicedirs()
2810 if (!_dbus_string_append (&servicedir_path, _DBUS_PATH_SEPARATOR)) in _dbus_get_standard_session_servicedirs()
2818 if (!_dbus_string_append (&servicedir_path, common_progs)) in _dbus_get_standard_session_servicedirs()
[all …]
Ddbus-sysdeps-unix.c1440 if (!_dbus_string_append(retport, portbuf)) in _dbus_listen_tcp_socket()
1453 if (!_dbus_string_append(retport, port)) in _dbus_listen_tcp_socket()
3417 if (!_dbus_string_append (&servicedir_path, xdg_data_dirs)) in _dbus_get_standard_session_servicedirs()
3420 if (!_dbus_string_append (&servicedir_path, ":")) in _dbus_get_standard_session_servicedirs()
3425 if (!_dbus_string_append (&servicedir_path, "/usr/local/share:/usr/share:")) in _dbus_get_standard_session_servicedirs()
3435 if (!_dbus_string_append (&servicedir_path, DBUS_DATADIR":")) in _dbus_get_standard_session_servicedirs()
3440 if (!_dbus_string_append (&servicedir_path, xdg_data_home)) in _dbus_get_standard_session_servicedirs()
3451 if (!_dbus_string_append (&servicedir_path, _dbus_string_get_const_data (homedir))) in _dbus_get_standard_session_servicedirs()
3504 if (!_dbus_string_append (&servicedir_path, xdg_data_dirs)) in _dbus_get_standard_system_servicedirs()
3507 if (!_dbus_string_append (&servicedir_path, ":")) in _dbus_get_standard_system_servicedirs()
[all …]
Ddbus-sysdeps-util-win.c203 !_dbus_string_append (&pid, "\n")) in _dbus_write_pid_to_file_and_pipe()
659 if (!_dbus_string_append (filename, ent->d_name)) in _dbus_directory_get_next_file()
723 return _dbus_string_append (dirname, "."); /* empty string passed in */ in _dbus_string_get_dirname()
747 return _dbus_string_append (dirname, "."); in _dbus_string_get_dirname()
Ddbus-errors.c376 if (!_dbus_string_append (&str, in dbus_set_error()
/external/dbus/bus/
Dselinux.c495 if (!_dbus_string_append (&auxdata, "service=")) in bus_selinux_allows_acquire_service()
498 if (!_dbus_string_append (&auxdata, service_name)) in bus_selinux_allows_acquire_service()
503 if (!_dbus_string_append (&auxdata, " spid=")) in bus_selinux_allows_acquire_service()
570 if (!_dbus_string_append (&auxdata, "msgtype=")) in bus_selinux_allows_send()
573 if (!_dbus_string_append (&auxdata, msgtype)) in bus_selinux_allows_send()
578 if (!_dbus_string_append (&auxdata, " interface=")) in bus_selinux_allows_send()
580 if (!_dbus_string_append (&auxdata, interface)) in bus_selinux_allows_send()
586 if (!_dbus_string_append (&auxdata, " member=")) in bus_selinux_allows_send()
588 if (!_dbus_string_append (&auxdata, member)) in bus_selinux_allows_send()
594 if (!_dbus_string_append (&auxdata, " error_name=")) in bus_selinux_allows_send()
[all …]
Dmain.c340 if (!_dbus_string_append (&config_file, file)) in main()
348 if (!_dbus_string_append (&config_file, arg)) in main()
362 if (!_dbus_string_append (&address, file)) in main()
370 if (!_dbus_string_append (&address, arg)) in main()
384 if (!_dbus_string_append (&addr_fd, desc)) in main()
394 if (!_dbus_string_append (&addr_fd, arg)) in main()
410 if (!_dbus_string_append (&pid_fd, desc)) in main()
420 if (!_dbus_string_append (&pid_fd, arg)) in main()
Dactivation-helper.c75 if (!_dbus_string_append (&filename, name) || in desktop_file_for_name()
76 !_dbus_string_append (&filename, ".service")) in desktop_file_for_name()
96 if (!_dbus_string_append (&full_path, dir) || in desktop_file_for_name()
435 if (!_dbus_string_append (&config_file, DBUS_SYSTEM_CONFIG_FILE)) in get_correct_parser()
441 if (!_dbus_string_append (&config_file, test_config_file)) in get_correct_parser()
Dtest-launch-helper.c119 if (!_dbus_string_append (&config_file, dir)) in main()
121 if (!_dbus_string_append (&config_file, "/valid-config-files-system/debug-allow-all-pass.conf")) in main()
Ddriver.c218 if (!_dbus_string_append (str, ":")) in create_unique_client_name()
224 if (!_dbus_string_append (str, ".")) in create_unique_client_name()
1760 if (!_dbus_string_append (xml, "\"/>\n")) in write_args_for_direction()
1775 if (!_dbus_string_append (xml, DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE)) in bus_driver_generate_introspect_string()
1777 if (!_dbus_string_append (xml, "<node>\n")) in bus_driver_generate_introspect_string()
1781 if (!_dbus_string_append (xml, " <method name=\"Introspect\">\n")) in bus_driver_generate_introspect_string()
1785 if (!_dbus_string_append (xml, " </method>\n")) in bus_driver_generate_introspect_string()
1787 if (!_dbus_string_append (xml, " </interface>\n")) in bus_driver_generate_introspect_string()
1808 if (!_dbus_string_append (xml, " </method>\n")) in bus_driver_generate_introspect_string()
1851 if (!_dbus_string_append (xml, " </interface>\n")) in bus_driver_generate_introspect_string()
[all …]
Dactivation.c285 if (!_dbus_string_append (&file_path, s_dir->dir_c) || in update_desktop_file_entry()
490 if (!_dbus_string_append (&file_path, entry->s_dir->dir_c) || in check_service_file()
640 if (!_dbus_string_append (&full_path, s_dir->dir_c) || in update_directory()
744 if (!_dbus_string_append (&key, environment[i])) in populate_environment()
2010 if (!_dbus_string_append (&command, servicehelper)) in bus_activation_activate_service()
2016 if (!_dbus_string_append (&command, " ")) in bus_activation_activate_service()
2022 if (!_dbus_string_append (&command, service_name)) in bus_activation_activate_service()
2032 if (!_dbus_string_append (&command, entry->exec)) in bus_activation_activate_service()
2217 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) || in test_create_service_file()
2252 if (!_dbus_string_append (&full_path, _dbus_string_get_const_data (dir)) || in test_remove_service_file()
[all …]
Dbus.c368 if (!_dbus_string_append (&log_prefix, "[system] ")) in process_config_first_time_only()
378 if (!_dbus_string_append (&log_prefix, "[session ")) in process_config_first_time_only()
382 if (!_dbus_string_append (&log_prefix, "] ")) in process_config_first_time_only()
541 if (!_dbus_string_append (&full_address, ";")) in process_config_every_time()
548 if (!_dbus_string_append (&full_address, addr)) in process_config_every_time()
775 if (!_dbus_string_append (&addr, a) || in bus_context_new()
776 !_dbus_string_append (&addr, "\n")) in bus_context_new()
1288 if (!_dbus_string_append (&full_msg, context->log_prefix)) in bus_context_log()
Dsignals.c147 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
159 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
171 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
183 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
195 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
218 if (!_dbus_string_append (&str, ",")) in match_rule_to_string()
/external/dbus/test/
Dbreak-loader.c143 _dbus_string_append (&filename, "-exited-"); in try_mutated_data()
150 _dbus_string_append (&filename, "signaled-"); in try_mutated_data()
159 _dbus_string_append (&filename, ".message-raw"); in try_mutated_data()
716 if (!_dbus_string_append (&failure_dir, "failures-")) in main()
Dshell-test.c44 _dbus_string_append (&str, original_argv[i]); in test_command_line()

12