Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 13 of 13) sorted by relevance

/build/soong/ui/terminal/
Dstdio.go42 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/
Dextract_kernel.py110 sp = subprocess.Popen(["gzip", "-d", "-c"], stdin=subprocess.PIPE,
123 sp = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
189 default=sys.stdin)
Dnormalize_path.py28 for line in sys.stdin:
Dfilter-product-graph.py36 lines = sys.stdin.readlines()
Dproduct_debug.py79 lines = sys.stdin.readlines()
/build/make/tools/fs_config/
Dfs_config.c114 while (fgets(buffer, 1023, stdin) != NULL) { in main()
/build/make/tools/signtos/
DSignTos.java80 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() local
82 return stdin.readLine(); in readPassword()
/build/soong/scripts/
Djsonmodify.py108 obj = json.load(sys.stdin, object_pairs_hook=collections.OrderedDict)
/build/make/tools/releasetools/
Dcheck_target_files_signatures105 stdin=subprocess.PIPE,
168 stdin=subprocess.PIPE,
Dcheck_target_files_signatures.py105 stdin=subprocess.PIPE,
168 stdin=subprocess.PIPE,
Dcommon.py1230 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)
Dmerge_target_files.py732 stdin=find_process.stdout,
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java206 BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); in readPassword() local
208 return stdin.readLine(); in readPassword()