Searched refs:stdin (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 312 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin, in RunWithManagedStdio() argument 330 if (stdin != nullptr) { in RunWithManagedStdio() 342 stdin_thread = std::thread([pipe_write, stdin, &io_error]() { in RunWithManagedStdio() 343 int written = WriteAll(pipe_write, *stdin); in RunWithManagedStdio()
|
D | network.cpp | 142 std::string stdin, stdout, stderr; in TapInterfacesInUse() local 143 RunWithManagedStdio(std::move(cmd), &stdin, &stdout, &stderr); in TapInterfacesInUse()
|
D | subprocess.h | 225 int RunWithManagedStdio(Command&& command, const std::string* stdin,
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | gen_entries.py | 315 parse_file("<stdin>", sys.stdin, args.mode)
|