MCPcopy Create free account
hub / github.com/COVESA/vsomeip / open

Method open

test/common/src/external/process_win.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105std::mutex create_process_mutex;
106
107Process::id_type Process::open(const std::vector<string_type>& arguments, const string_type& path,
108 const environment_type* environment) noexcept {
109 return open(join_arguments(arguments), path, environment);
110}
111
112// Based on the example at
113// https://msdn.microsoft.com/en-us/library/windows/desktop/ms682499(v=vs.85).aspx.

Callers 1

TEST_FFunction · 0.45

Calls 3

join_argumentsFunction · 0.85
insertMethod · 0.80
detachMethod · 0.80

Tested by

no test coverage detected