PatchNtdll 134 sandbox/win/src/interception.cc if (!PatchNtdll(hot_patch_needed)) PatchNtdll 198 sandbox/win/src/interception.h bool PatchNtdll(bool hot_patch_needed); PatchNtdll 163 sandbox/win/src/service_resolver_unittest.cc NTSTATUS ret = PatchNtdll("NtClose", false); PatchNtdll 166 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtCreateFile", false); PatchNtdll 170 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtCreateMutant", false); PatchNtdll 174 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtMapViewOfSection", false); PatchNtdll 181 sandbox/win/src/service_resolver_unittest.cc EXPECT_NE(STATUS_SUCCESS, PatchNtdll("RtlUlongByteSwap", false)); PatchNtdll 184 sandbox/win/src/service_resolver_unittest.cc EXPECT_NE(STATUS_SUCCESS, PatchNtdll("LdrLoadDll", false)); PatchNtdll 190 sandbox/win/src/service_resolver_unittest.cc NTSTATUS ret = PatchNtdll("NtClose", true); PatchNtdll 193 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtCreateFile", true); PatchNtdll 197 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtCreateMutant", true); PatchNtdll 201 sandbox/win/src/service_resolver_unittest.cc ret = PatchNtdll("NtMapViewOfSection", true); PatchNtdll 85 sandbox/win/wow_helper/wow_helper.cc return sandbox::PatchNtdll(child, thunk, kPageSize);