MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / system

Function system

src/OSspecific/POSIX/POSIX.C:1193–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191
1192
1193int Foam::system(const std::string& command)
1194{
1195 return ::system(command.c_str());
1196}
1197
1198
1199void* Foam::dlOpen(const fileName& lib, const bool check)

Callers 11

displayDocFunction · 0.85
mainFunction · 0.85
writeRaysFunction · 0.85
executeFunction · 0.85
endFunction · 0.85
writeFunction · 0.85
displayDocFunction · 0.85
Time.CFile · 0.85
systemPathMethod · 0.85
TimePaths.CFile · 0.85
dynamicCode.CFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected