Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java238 while (!isEofCluster(entries[(int) cluster])) { in getChain()
247 while (!isEofCluster(entries[(int) cluster])) { in getChain()
263 if (isEofCluster(entry)) { in getNextCluster()
372 while (!isEofCluster(entries[(int) cluster])) { in allocAppend()
446 protected boolean isEofCluster(long entry) { in isEofCluster() method in Fat
447 return fatType.isEofCluster(entry); in isEofCluster()
DFatType.java159 boolean isEofCluster(long entry) { in isEofCluster() method in FatType