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