MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / errorDialog

Function errorDialog

utils.c:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void errorDialog(int error) {
73 if (error < 0) {
74 initMessageDialog(SCE_MSG_DIALOG_BUTTON_TYPE_OK, language_container[ERROR], error);
75 setDialogStep(DIALOG_STEP_ERROR);
76 }
77}
78
79void infoDialog(const char *msg, ...) {
80 va_list list;

Callers 15

delete_threadFunction · 0.85
copy_threadFunction · 0.85
export_threadFunction · 0.85
hash_threadFunction · 0.85
send_threadFunction · 0.85
receive_threadFunction · 0.85
adhocDialogCtrlFunction · 0.85
install_threadFunction · 0.85
update_extract_threadFunction · 0.85
handleFileFunction · 0.85
fileBrowserHandleFolderFunction · 0.85
fileBrowserHandleSymlinkFunction · 0.85

Calls 2

initMessageDialogFunction · 0.85
setDialogStepFunction · 0.85

Tested by

no test coverage detected