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:__anon12207::CreateProcessRequest
455 SECURITY_ATTRIBUTES* process_attributes,
474 process_attributes,
unprivileged_process_delegate.cc 259 SECURITY_ATTRIBUTES process_attributes; local
260 process_attributes.nLength = sizeof(process_attributes);
261 process_attributes.lpSecurityDescriptor = process_sd.get();
262 process_attributes.bInheritHandle = FALSE;
307 &process_attributes,

Completed in 59 milliseconds