Home
last modified time | relevance | path

Searched refs:CHECK_NT (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dwin_utils.cc310 CHECK_NT(ntdll_peimage.VerifyMagic()); in ResolveNTFunctionPtr()
317 CHECK_NT(ntdll); in ResolveNTFunctionPtr()
320 CHECK_NT(*function_ptr); in ResolveNTFunctionPtr()
Dsandbox_nt_util.h48 #define CHECK_NT(condition) { (condition) ? (void)0 : __debugbreak(); } macro