MCPcopy Create free account
hub / github.com/ceph/ceph / get_stdout

Method get_stdout

src/common/SubProcess.cc:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65int SubProcess::get_stdout() const {
66 ceph_assert(is_spawned());
67 ceph_assert(stdout_op == PIPE);
68
69 return stdout_pipe_in_fd;
70}
71
72int SubProcess::get_stderr() const {
73 ceph_assert(is_spawned());

Callers 8

TESTFunction · 0.45
nbd_openFunction · 0.45
wnbd_openFunction · 0.45
ggate_openFunction · 0.45
invoke_dateMethod · 0.45
update_from_hookMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
nbd_openFunction · 0.36
wnbd_openFunction · 0.36
ggate_openFunction · 0.36