Home
last modified time | relevance | path

Searched refs:launchImpl (Results 1 – 9 of 9) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DProcess.cpp126 return ProcessHandle(launchImpl(command, args, initialDirectory, 0, 0, 0, env)); in launch()
133 return ProcessHandle(launchImpl(command, args, initialDirectory, 0, 0, 0, env)); in launch()
142 return ProcessHandle(launchImpl(command, args, initialDirectory, inPipe, outPipe, errPipe, env)); in launch()
150 return ProcessHandle(launchImpl(command, args, initialDirectory, inPipe, outPipe, errPipe, env)); in launch()
158 return ProcessHandle(launchImpl(command, args, initialDirectory, inPipe, outPipe, errPipe, env)); in launch()
165 return ProcessHandle(launchImpl(command, args, initialDirectory, inPipe, outPipe, errPipe, env)); in launch()
H A DProcess_VX.cpp70 ProcessHandleImpl* ProcessImpl::launchImpl(const std::string& command, const ArgsImpl& args, const … in launchImpl() function in Poco::ProcessImpl
H A DProcess_WINCE.cpp121 ProcessHandleImpl* ProcessImpl::launchImpl(const std::string& command, const ArgsImpl& args, const … in launchImpl() function in Poco::ProcessImpl
H A DProcess_UNIX.cpp115 ProcessHandleImpl* ProcessImpl::launchImpl(const std::string& command, const ArgsImpl& args, const … in launchImpl() function in Poco::ProcessImpl
H A DProcess_WIN32U.cpp230 ProcessHandleImpl* ProcessImpl::launchImpl(const std::string& command, const ArgsImpl& args, const … in launchImpl() function in Poco::ProcessImpl
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DProcess_VX.h60 static ProcessHandleImpl* launchImpl(
H A DProcess_UNIX.h58 static ProcessHandleImpl* launchImpl(
H A DProcess_WINCE.h64 static ProcessHandleImpl* launchImpl(
H A DProcess_WIN32U.h64 static ProcessHandleImpl* launchImpl(