HomeSort by relevance Sort by last modified time
    Searched defs:SpawnTarget (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
broker_services.cc 33 // while in SpawnTarget and we must terminate the target process.
160 // change the downcast to it in SpawnTarget().
274 // SpawnTarget does all the interesting sandbox setup and creates the target
276 ResultCode BrokerServicesBase::SpawnTarget(const wchar_t* exe_path,
286 // Even though the resources touched by SpawnTarget can be accessed in
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 196 if (host->SpawnTarget()) {
356 // store these values in the member variables for use in SpawnTarget
477 bool MainUIWindow::SpawnTarget() {
491 // We use the resulting string as a param to CreateProcess (in SpawnTarget)
521 sandbox::ResultCode result = broker_->SpawnTarget(spawn_target_.c_str(),

Completed in 39 milliseconds