Home
last modified time | relevance | path

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

/system/extras/systrace_analysis/
Danalyze_trace.py52 js_args=js_args_arg, stdout=sys.stdout, stdin=sys.stdin);
/system/core/libsync/
Dsync_test.c125 fgets(str, sizeof(str), stdin); in main()
134 fgets(str, sizeof(str), stdin); in main()
139 fgets(str, sizeof(str), stdin); in main()
/system/extras/tests/workloads/
Dpowerave.py26 f = sys.stdin
/system/core/adb/
Dtest_adb.py103 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
132 p.stdin.write('x')
Dtest_device.py287 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
347 if not os.isatty(sys.stdin.fileno()):
365 test_cmd, stdin=None,
370 test_cmd, stdin=subprocess.PIPE,
433 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
459 stdin=subprocess.PIPE,
DSERVICES.TXT166 stdin/stdout/stderr as appropriate. Note that the ADB server uses
/system/bt/doc/
Dbtsnoop_net.md14 $ nc localhost 8872 | hcidump -r /dev/stdin
/system/sepolicy/
Dblkid.te10 # Allow stdin/out back to vold
Dsgdisk.te12 # Allow stdin/out back to vold
Dblkid_untrusted.te8 # Allow stdin/out back to vold
Dfsck_untrusted.te7 # Allow stdin/out back to vold
Dsdcardd.te27 # Allow stdin/out back to vold
Dfsck.te14 # Allow stdin/out back to vold
/system/sepolicy/tools/
Dpost_process_mac_perms45 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
Dcheck_seapp.c821 tmp->file = stdin; in init()
/system/connectivity/shill/
Dcrypto_util_proxy_unittest.cc113 int* stdin, in HandleStartInMinijailWithPipes() argument
117 *stdin = kTestStdinFd; in HandleStartInMinijailWithPipes()
/system/core/crash_reporter/
Dwarn_collector.l284 yyin_fd = fileno(stdin); in main()
/system/extras/pagecache/
Dpagecache.py395 atrace = subprocess.Popen(trace_cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,