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

  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.h 64 virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
service64_resolver.cc 220 ret = PerformPatch(thunk, thunk_storage);
278 NTSTATUS Service64ResolverThunk::PerformPatch(void* local_thunk,
  /external/chromium_org/sandbox/win/src/
service_resolver.h 69 virtual NTSTATUS PerformPatch(void* local_thunk, void* remote_thunk);
service_resolver_64.cc 107 ret = PerformPatch(thunk, thunk_storage);
145 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk,
service_resolver_32.cc 170 ret = PerformPatch(thunk, thunk_storage);
239 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk,

Completed in 205 milliseconds