Searched refs:totalSizeInBytes (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/libutil-38/
H A Dwipefs.cpp136 off_t totalSizeInBytes = 0; local
153 totalSizeInBytes = numBlocks * nativeBlockSize;
158 totalSizeInBytes = sbuf.st_size;
167 if (block_size == 0 || totalSizeInBytes == 0) {
182 extMan->Init(block_size, nativeBlockSize, totalSizeInBytes);

Completed in 89 milliseconds