Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChainDirectory.java40 public final static int MAX_SIZE = 65536 * 32; field in ClusterChainDirectory
129 if (size > MAX_SIZE) throw new DirectoryFullException( in changeSize()
130 "directory would grow beyond " + MAX_SIZE + " bytes", in changeSize()