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

  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 306 SECURITY_ATTRIBUTES process_attributes; member in struct:__anon10210::CreateProcessRequest
455 SECURITY_ATTRIBUTES* process_attributes,
474 process_attributes,
unprivileged_process_delegate.cc 264 SECURITY_ATTRIBUTES process_attributes; local
265 process_attributes.nLength = sizeof(process_attributes);
266 process_attributes.lpSecurityDescriptor = process_sd.get();
267 process_attributes.bInheritHandle = FALSE;
313 &process_attributes,

Completed in 115 milliseconds