Searched refs:MAX_FILE_NAME_SIZE (Results 1 – 1 of 1) sorted by relevance
58 private static final int MAX_FILE_NAME_SIZE = 223; field in FrameworkParsingPackageUtils98 } else if (N > MAX_FILE_NAME_SIZE) { in validateName()99 return "the length of the name is greater than " + MAX_FILE_NAME_SIZE; in validateName()