Home
last modified time | relevance | path

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

/cts/hostsidetests/seccomp/app/
Dgen_blacklist.py116 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
117 cpp.stdin.write('#include <asm/unistd.h>\n')
122 cpp.stdin.write(prefix + name + ', __NR_' + name + '\n')
124 cpp.stdin.write(prefix + name + ', ' + name + '\n')
/cts/tests/tests/net/src/android/net/cts/
DNetworkWatchlistTest.java122 ParcelFileDescriptor stdin = pipeFromStdin(filePath); in saveResourceToFile() local
123 pipeResourceToFileDescriptor(res, stdin); in saveResourceToFile()