Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java279 int entryIndex = -1; in allocNew() local
283 entryIndex = i; in allocNew()
288 if (entryIndex < 0) { in allocNew()
291 entryIndex = i; in allocNew()
297 if (entryIndex < 0) { in allocNew()
303 entries[entryIndex] = fatType.getEofMarker(); in allocNew()
304 lastAllocatedCluster = entryIndex % lastClusterIndex; in allocNew()
308 return entryIndex; in allocNew()