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

  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 27 typedef BOOL (WINAPI *CreateProcessAFunction)(
80 CreateProcessAFunction orig_CreateProcessA, LPCSTR application_name,
interceptors_64.cc 211 CreateProcessAFunction orig_fn = reinterpret_cast<
212 CreateProcessAFunction>(g_originals[CREATE_PROCESSA_ID]);
process_thread_interception.cc 320 BOOL WINAPI TargetCreateProcessA(CreateProcessAFunction orig_CreateProcessA,

Completed in 819 milliseconds