Searched refs:stdin (Results 1 – 2 of 2) sorted by relevance
116 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')
122 ParcelFileDescriptor stdin = pipeFromStdin(filePath); in saveResourceToFile() local123 pipeResourceToFileDescriptor(res, stdin); in saveResourceToFile()