Searched refs:MAX_BUNDLE_NAME_SIZE (Results 1 – 1 of 1) sorted by relevance
30 const int MAX_BUNDLE_NAME_SIZE = 128; variable114 if (len <= 0 || len > MAX_BUNDLE_NAME_SIZE) { in IsLegalBundleName()