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.c821 int bus_pid_to_launcher_pipe[2]; in main() local
1020 if (pipe (bus_pid_to_launcher_pipe) < 0 || in main()
1069 close (bus_pid_to_launcher_pipe[READ_END]); in main()
1070 close (bus_pid_to_launcher_pipe[WRITE_END]); in main()
1089 close (bus_pid_to_launcher_pipe[READ_END]); in main()
1095 "%d", bus_pid_to_launcher_pipe[WRITE_END]); in main()
1168 close (bus_pid_to_launcher_pipe[WRITE_END]); in main()
1207 switch (read_line (bus_pid_to_launcher_pipe[READ_END], buf, MAX_PID_LEN)) in main()
1233 close (bus_pid_to_launcher_pipe[READ_END]); in main()