Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils.h24 const uint32_t MAX_STR_SIZE = 4096; variable
34 if (len > MAX_STR_SIZE) { in Strdup()
51 if ((src == nullptr) || (len == 0) || (len > MAX_STR_SIZE)) { in Memdup()