Searched refs:used_stdin (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | remote-stub.c | 59 int *used_stdin UNUSED) in start_remote_job()
|
D | remote-cstms.c | 142 int *is_remote, int *id_ptr, int *used_stdin) in start_remote_job() argument 261 *used_stdin = 1; in start_remote_job()
|
D | job.c | 193 int *is_remote, int *id_ptr, int *used_stdin)); 1187 int is_remote, id, used_stdin; in start_job_command() local 1190 &is_remote, &id, &used_stdin)) in start_job_command() 1196 if (child->good_stdin && !used_stdin) in start_job_command()
|
/ndk/ |
D | ndk-gdb.py | 338 used_stdin = subprocess.PIPE 340 used_stdin = None 341 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=used_stderr, stdin=used_stdin,
|