Lines Matching refs:LaunchHelper
87 class LaunchHelper { class
91 LaunchHelper() {} in LaunchHelper() function in base::__anonfd73a2eb0111::LaunchHelper
131 DISALLOW_COPY_AND_ASSIGN(LaunchHelper);
134 void LaunchHelper::Init(MainFunction main) { in Init()
162 void LaunchHelper::Send( in Send()
178 ssize_t LaunchHelper::Recv(int fd, void* buf, std::vector<ScopedFD>* fds) { in Recv()
203 void LaunchHelper::DoParent(int fd) { in DoParent()
207 void LaunchHelper::DoHelper(int fd) { in DoHelper()
240 void LaunchHelper::StartProcessInHelper(const StartProcessRequest* request, in StartProcessInHelper()
290 void LaunchHelper::WaitForChildInHelper(const WaitProcessRequest* request) { in WaitForChildInHelper()
303 Process LaunchHelper::StartChildTestHelper(const std::string& procname, in StartChildTestHelper()
347 bool LaunchHelper::WaitForChildExitWithTimeout( in WaitForChildExitWithTimeout()
369 LazyInstance<LaunchHelper>::Leaky g_launch_helper;