Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanel.cpp760 void CPanel::MessageBox_Error_Caption(LPCWSTR message, LPCWSTR caption) const in MessageBox_Error_Caption() function in CPanel
764 { MessageBox_Error_Caption(message, L"7-Zip"); } in MessageBox_Error()
775 MessageBox_Error_Caption(ErrorHResult_To_Message(errorCode), caption); in MessageBox_Error_HRESULT_Caption()
H A DPanel.h846 void MessageBox_Error_Caption(LPCWSTR message, LPCWSTR caption) const;