Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dbroker_services.cc407 int inherit_handle_count = 0; in SpawnTarget() local
409 inherit_handle_list[inherit_handle_count++] = stdout_handle; in SpawnTarget()
412 inherit_handle_list[inherit_handle_count++] = stderr_handle; in SpawnTarget()
413 if (inherit_handle_count) in SpawnTarget()
433 if (inherit_handle_count) { in SpawnTarget()
437 sizeof(inherit_handle_list[0]) * inherit_handle_count)) { in SpawnTarget()