Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStatus.cpp103 static std::string RetrieveWin32ErrorString(uint32_t error_code) { in RetrieveWin32ErrorString() function
150 m_string = RetrieveWin32ErrorString(m_code); in AsCString()