Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp128 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()
H A DVolume.h84 uint32 fRootDirCluster; variable