Home
last modified time | relevance | path

Searched refs:ERROR_BUF_SIZE (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.cpp26 constexpr auto ERROR_BUF_SIZE = 255; variable
27 static char g_dlError[ERROR_BUF_SIZE];
44 if (ends >= ERROR_BUF_SIZE) { in ReadDlError()
45 g_dlError[ERROR_BUF_SIZE - 1] = '\0'; in ReadDlError()
H A Ddynamic_loader_win.cpp23 constexpr auto ERROR_BUF_SIZE = 255; variable
24 static char g_dlError[ERROR_BUF_SIZE] {0};