Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void SubProcess::add_cmd_arg(const char *arg) {
53
ceph_assert(!is_spawned());
54
55
cmd_args.push_back(arg);
56
}
57
58
int SubProcess::get_stdin() const {
59
ceph_assert(is_spawned());
Callers
11
call_nbd_cmd
Function · 0.45
call_ggate_cmd
Function · 0.45
call_wnbd_cmd
Function · 0.45
TEST
Function · 0.45
nbd_open
Function · 0.45
nbd_close
Function · 0.45
wnbd_open
Function · 0.45
wnbd_close
Function · 0.45
ggate_open
Function · 0.45
ggate_close
Function · 0.45
run_cmd
Function · 0.45
Calls
1
push_back
Method · 0.45
Tested by
7
TEST
Function · 0.36
nbd_open
Function · 0.36
nbd_close
Function · 0.36
wnbd_open
Function · 0.36
wnbd_close
Function · 0.36
ggate_open
Function · 0.36
ggate_close
Function · 0.36