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

  /external/chromium_org/base/process/
launch.h 52 HandlesToInheritVector* handles_to_inherit; member in struct:base::LaunchOptions
58 // Note: If |handles_to_inherit| is non-null, this flag is ignored and only
process_util_unittest.cc 428 base::HandlesToInheritVector handles_to_inherit; local
429 handles_to_inherit.push_back(event.handle());
431 options.handles_to_inherit = &handles_to_inherit;

Completed in 2833 milliseconds