Home | History | Annotate | Download | only in adb

Lines Matching refs:fork

1079             "adb fork-server server",
1080 /* the fork-server argument will set the
1129 pid_t pid = fork();
1133 // child side of the fork
1144 int result = execl(path, "adb", "-P", str_port, "fork-server", "server", NULL);
1148 // parent side of the fork