Searched refs:PatchNtdll (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc150 NTSTATUS PatchNtdll(const char* function, bool relaxed) { function in namespace:__anon10631
159 NTSTATUS ret = PatchNtdll("NtClose", false);
162 ret = PatchNtdll("NtCreateFile", false);
166 ret = PatchNtdll("NtCreateMutant", false);
170 ret = PatchNtdll("NtMapViewOfSection", false);
177 EXPECT_NE(STATUS_SUCCESS, PatchNtdll("RtlUlongByteSwap", false));
180 EXPECT_NE(STATUS_SUCCESS, PatchNtdll("LdrLoadDll", false));
186 NTSTATUS ret = PatchNtdll("NtClose", true);
189 ret = PatchNtdll("NtCreateFile", true);
193 ret = PatchNtdll("NtCreateMutan
[all...]
H A Dinterception.h198 bool PatchNtdll(bool hot_patch_needed);
H A Dinterception.cc133 if (!PatchNtdll(hot_patch_needed))
365 bool InterceptionManager::PatchNtdll(bool hot_patch_needed) { function in class:sandbox::InterceptionManager
/external/chromium_org/sandbox/win/wow_helper/
H A Dwow_helper.cc23 int PatchNtdll(HANDLE child, void* thunk, size_t thunk_bytes) { function in namespace:sandbox
85 return sandbox::PatchNtdll(child, thunk, kPageSize);

Completed in 1995 milliseconds