HomeSort by relevance Sort by last modified time
    Searched refs:CreateProcessWFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 15 typedef BOOL (WINAPI *CreateProcessWFunction)(
73 CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name,
interceptors_64.cc 180 CreateProcessWFunction orig_fn = reinterpret_cast<
181 CreateProcessWFunction>(g_originals[CREATE_PROCESSW_ID]);
process_thread_interception.cc 262 BOOL WINAPI TargetCreateProcessW(CreateProcessWFunction orig_CreateProcessW,

Completed in 192 milliseconds