Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp312 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()
Dnetwork.cpp142 std::string stdin, stdout, stderr; in TapInterfacesInUse() local
143 RunWithManagedStdio(std::move(cmd), &stdin, &stdout, &stderr); in TapInterfacesInUse()
Dsubprocess.h225 int RunWithManagedStdio(Command&& command, const std::string* stdin,
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py315 parse_file("<stdin>", sys.stdin, args.mode)