Searched refs:stdin (Results 1 – 13 of 13) sorted by relevance
/build/soong/ui/terminal/ |
D | stdio.go | 42 stdin io.Reader member 47 func NewCustomStdio(stdin io.Reader, stdout, stderr io.Writer) StdioInterface { 48 return customStdio{stdin, stdout, stderr} 51 func (c customStdio) Stdin() io.Reader { return c.stdin }
|
/build/make/tools/ |
D | extract_kernel.py | 110 sp = subprocess.Popen(["gzip", "-d", "-c"], stdin=subprocess.PIPE, 123 sp = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, 189 default=sys.stdin)
|
D | normalize_path.py | 28 for line in sys.stdin:
|
D | filter-product-graph.py | 36 lines = sys.stdin.readlines()
|
D | product_debug.py | 79 lines = sys.stdin.readlines()
|
/build/make/tools/fs_config/ |
D | fs_config.c | 114 while (fgets(buffer, 1023, stdin) != NULL) { in main()
|
/build/make/tools/signtos/ |
D | SignTos.java | 80 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() local 82 return stdin.readLine(); in readPassword()
|
/build/soong/scripts/ |
D | jsonmodify.py | 108 obj = json.load(sys.stdin, object_pairs_hook=collections.OrderedDict)
|
/build/make/tools/releasetools/ |
D | check_target_files_signatures | 105 stdin=subprocess.PIPE, 168 stdin=subprocess.PIPE,
|
D | check_target_files_signatures.py | 105 stdin=subprocess.PIPE, 168 stdin=subprocess.PIPE,
|
D | common.py | 1230 p2 = Run(["lz4", "-l", "-12" , "--favor-decSpeed"], stdin=p1.stdout, 1233 p2 = Run(["minigzip"], stdin=p1.stdout, stdout=ramdisk_img.file.fileno()) 1765 stdin=devnull.fileno(), 1775 stdin=devnull.fileno(), 1904 proc = Run(cmd, stdin=subprocess.PIPE)
|
D | merge_target_files.py | 732 stdin=find_process.stdout,
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 206 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() local 208 return stdin.readLine(); in readPassword()
|