Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp30 const int MAX_BUNDLE_NAME_SIZE = 128; variable
114 if (len <= 0 || len > MAX_BUNDLE_NAME_SIZE) { in IsLegalBundleName()