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

/external/google-breakpad/src/processor/
H A Dsymbolic_constants_win.h46 std::string NTStatusToString(uint32_t ntstatus);
H A Dminidump_processor.cc1087 uint32_t ntstatus = local
1091 reason.append(NTStatusToString(ntstatus));
H A Dsymbolic_constants_win.cc45 std::string NTStatusToString(uint32_t ntstatus) { argument
47 // The content of this switch was created from ntstatus.h in the 8.1 SDK with
49 // egrep '#define [A-Z_0-9]+\s+\(\(NTSTATUS\)0xC[0-9A-F]+L\)' ntstatus.h
61 switch (ntstatus) {
6409 std::snprintf(reason_string, sizeof(reason_string), "0x%08x", ntstatus);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c34 #include <ntstatus.h>

Completed in 152 milliseconds