Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp101 static std::string RetrieveWin32ErrorString(uint32_t error_code) { in RetrieveWin32ErrorString() function
148 m_string = RetrieveWin32ErrorString(m_code); in AsCString()