MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / open

Method open

lib/tiny-process/process_win.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

join_argumentsFunction · 0.85
replaceMethod · 0.80
findMethod · 0.45
insertMethod · 0.45
emptyMethod · 0.45
c_strMethod · 0.45
detachMethod · 0.45

Tested by

no test coverage detected