Searched refs:fRootDirCluster (Results 1 – 2 of 2) sorted by relevance
128 fRootDirCluster = read32(buf,0x2c); in Volume()129 if (fRootDirCluster >= fTotalClusters) in Volume()154 fFatBits, fRootDirCluster)); in Volume()156 fRoot = new(nothrow) Directory(*this, 0, fRootDirCluster, "/"); in Volume()
84 uint32 fRootDirCluster; variable