Searched refs:stdin (Results 1 – 18 of 18) sorted by relevance
/system/extras/systrace_analysis/ |
D | analyze_trace.py | 52 js_args=js_args_arg, stdout=sys.stdout, stdin=sys.stdin);
|
/system/core/libsync/ |
D | sync_test.c | 125 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/ |
D | powerave.py | 26 f = sys.stdin
|
/system/core/adb/ |
D | test_adb.py | 103 stdin=subprocess.PIPE, stdout=subprocess.PIPE, 132 p.stdin.write('x')
|
D | test_device.py | 287 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,
|
D | SERVICES.TXT | 166 stdin/stdout/stderr as appropriate. Note that the ADB server uses
|
/system/bt/doc/ |
D | btsnoop_net.md | 14 $ nc localhost 8872 | hcidump -r /dev/stdin
|
/system/sepolicy/ |
D | blkid.te | 10 # Allow stdin/out back to vold
|
D | sgdisk.te | 12 # Allow stdin/out back to vold
|
D | blkid_untrusted.te | 8 # Allow stdin/out back to vold
|
D | fsck_untrusted.te | 7 # Allow stdin/out back to vold
|
D | sdcardd.te | 27 # Allow stdin/out back to vold
|
D | fsck.te | 14 # Allow stdin/out back to vold
|
/system/sepolicy/tools/ |
D | post_process_mac_perms | 45 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
D | check_seapp.c | 821 tmp->file = stdin; in init()
|
/system/connectivity/shill/ |
D | crypto_util_proxy_unittest.cc | 113 int* stdin, in HandleStartInMinijailWithPipes() argument 117 *stdin = kTestStdinFd; in HandleStartInMinijailWithPipes()
|
/system/core/crash_reporter/ |
D | warn_collector.l | 284 yyin_fd = fileno(stdin); in main()
|
/system/extras/pagecache/ |
D | pagecache.py | 395 atrace = subprocess.Popen(trace_cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|