Searched defs:SpawnTarget (Results 1 - 2 of 2) sorted by path

/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc196 if (host->SpawnTarget()) {
356 // store these values in the member variables for use in SpawnTarget
477 bool MainUIWindow::SpawnTarget() { function in class:MainUIWindow
491 // We use the resulting string as a param to CreateProcess (in SpawnTarget)
521 sandbox::ResultCode result = broker_->SpawnTarget(spawn_target_.c_str(),
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc35 // while in SpawnTarget and we must terminate the target process.
192 // change the downcast to it in SpawnTarget().
313 // SpawnTarget does all the interesting sandbox setup and creates the target
315 ResultCode BrokerServicesBase::SpawnTarget(const wchar_t* exe_path, function in class:sandbox::BrokerServicesBase
325 // Even though the resources touched by SpawnTarget can be accessed in

Completed in 303 milliseconds