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