Home
last modified time | relevance | path

Searched refs:socket_path (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/misc/
Duuidd.c141 static int call_daemon(const char *socket_path, int op, char *buf, in call_daemon() argument
165 strncpy(srv_addr.sun_path, socket_path, sizeof(srv_addr.sun_path)); in call_daemon()
228 static void server_loop(const char *socket_path, const char *pidfile_path, in server_loop() argument
266 ret = call_daemon(socket_path, 0, reply_buf, sizeof(reply_buf), 0, 0); in server_loop()
298 strncpy(my_addr.sun_path, socket_path, sizeof(my_addr.sun_path)); in server_loop()
300 (void) unlink(socket_path); in server_loop()
307 socket_path, strerror(errno)); in server_loop()
315 "socket %s: %s\n"), socket_path, in server_loop()
320 cleanup_socket = socket_path; in server_loop()
443 const char *socket_path = UUIDD_SOCKET_PATH; in main() local
[all …]
/external/dbus/dbus/
Ddbus-transport-unix.c359 DBusString socket_path; in _dbus_transport_open_platform_specific() local
362 if (!_dbus_string_init (&socket_path)) in _dbus_transport_open_platform_specific()
374 valid_socket = _dbus_lookup_launchd_socket (&socket_path, launchd_env_var, error); in _dbus_transport_open_platform_specific()
378 _dbus_string_free(&socket_path); in _dbus_transport_open_platform_specific()
391 launchd_socket = _dbus_string_get_const_data(&socket_path); in _dbus_transport_open_platform_specific()
Ddbus-sysdeps-unix.c3579 _dbus_lookup_launchd_socket (DBusString *socket_path, in _dbus_lookup_launchd_socket() argument
3608 if (!_read_subprocess_line_argv(argv[0], TRUE, argv, socket_path, error)) in _dbus_lookup_launchd_socket()
3614 if (_dbus_string_get_length(socket_path) == 0) in _dbus_lookup_launchd_socket()
3620 _dbus_string_shorten(socket_path, 1); in _dbus_lookup_launchd_socket()
3634 DBusString socket_path; in _dbus_lookup_session_address_launchd() local
3643 if (!_dbus_string_init (&socket_path)) in _dbus_lookup_session_address_launchd()
3649 …valid_socket = _dbus_lookup_launchd_socket (&socket_path, "DBUS_LAUNCHD_SESSION_BUS_SOCKET", error… in _dbus_lookup_session_address_launchd()
3653 _dbus_string_free(&socket_path); in _dbus_lookup_session_address_launchd()
3662 _dbus_string_free(&socket_path); in _dbus_lookup_session_address_launchd()
3668 _dbus_string_free(&socket_path); in _dbus_lookup_session_address_launchd()
[all …]
Ddbus-sysdeps-unix.h86 dbus_bool_t _dbus_lookup_launchd_socket (DBusString *socket_path,
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py296 socket_path = os.path.join(temp_dir, str(len(hogs)))
297 paths.append(socket_path)
299 launch_cmd.append(socket_path)
307 for socket_path in paths:
310 hog_sock.connect(socket_path)
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.c62 static const char *socket_path; variable
953 if (socket_path) in cleanup()
954 unlink(socket_path); in cleanup()
1014 socket_path = default_socket_path; in main()
1046 socket_path = optarg; in main()
1074 serv_sock = open_socket(socket_path); in main()
1078 printf("Listening for requests on %s\n", socket_path); in main()
1088 socket_path = NULL; in main()
/external/autotest/server/hosts/
Dabstract_ssh.py713 socket_path = os.path.join(self.master_ssh_tempdir.name,
715 if (not os.path.exists(socket_path) or