Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dremote-stub.c59 int *used_stdin UNUSED) in start_remote_job()
Dremote-cstms.c142 int *is_remote, int *id_ptr, int *used_stdin) in start_remote_job() argument
261 *used_stdin = 1; in start_remote_job()
Djob.c193 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/
Dndk-gdb.py365 used_stdin = subprocess.PIPE
367 used_stdin = None
368 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=used_stderr, stdin=used_stdin,