Home
last modified time | relevance | path

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

/external/dbus/tools/
Ddbus-launch.c764 int bus_pid_to_launcher_pipe[2]; in main() local
958 if (pipe (bus_pid_to_launcher_pipe) < 0 || in main()
1007 close (bus_pid_to_launcher_pipe[READ_END]); in main()
1008 close (bus_pid_to_launcher_pipe[WRITE_END]); in main()
1027 close (bus_pid_to_launcher_pipe[READ_END]); in main()
1033 "%d", bus_pid_to_launcher_pipe[WRITE_END]); in main()
1106 close (bus_pid_to_launcher_pipe[WRITE_END]); in main()
1145 switch (read_line (bus_pid_to_launcher_pipe[READ_END], buf, MAX_PID_LEN)) in main()
1171 close (bus_pid_to_launcher_pipe[READ_END]); in main()