Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Ddynamic_loader_ohos.cpp27 static char g_dlError[ERROR_BUF_SIZE]; variable
43 auto ends = sprintf_s(g_dlError, sizeof(g_dlError), "%s", errMsg); in ReadDlError()
45 g_dlError[ERROR_BUF_SIZE - 1] = '\0'; in ReadDlError()
47 g_dlError[ends] = '\0'; in ReadDlError()
149 if (sprintf_s(g_dlError, sizeof(g_dlError), errMsg.c_str()) == -1) { in DynamicInitNamespace()
201 return g_dlError; in DynamicGetError()
H A Ddynamic_loader_win.cpp24 static char g_dlError[ERROR_BUF_SIZE] {0}; variable
45 return g_dlError; in DynamicGetError()