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

  /external/chromium_org/sandbox/win/src/
win_utils.cc 310 CHECK_NT(ntdll_peimage.VerifyMagic());
317 CHECK_NT(ntdll);
320 CHECK_NT(*function_ptr);
sandbox_nt_util.h 48 #define CHECK_NT(condition) { (condition) ? (void)0 : __debugbreak(); }

Completed in 364 milliseconds