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

Method add_cmd_arg

src/common/SubProcess.cc:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void SubProcess::add_cmd_arg(const char *arg) {
53 ceph_assert(!is_spawned());
54
55 cmd_args.push_back(arg);
56}
57
58int SubProcess::get_stdin() const {
59 ceph_assert(is_spawned());

Callers 11

call_nbd_cmdFunction · 0.45
call_ggate_cmdFunction · 0.45
call_wnbd_cmdFunction · 0.45
TESTFunction · 0.45
nbd_openFunction · 0.45
nbd_closeFunction · 0.45
wnbd_openFunction · 0.45
wnbd_closeFunction · 0.45
ggate_openFunction · 0.45
ggate_closeFunction · 0.45
run_cmdFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by 7

TESTFunction · 0.36
nbd_openFunction · 0.36
nbd_closeFunction · 0.36
wnbd_openFunction · 0.36
wnbd_closeFunction · 0.36
ggate_openFunction · 0.36
ggate_closeFunction · 0.36