Searched refs:bandSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DSparseBundle.c38 size_t bandSize; member in struct:SparseBundleContext
112 off_t blockSize = ctx->bandSize;
164 off_t blockSize = ctx->bandSize;
279 GetSizesFromPlist(const char *path, size_t *bandSize, off_t *devSize) argument
324 *bandSize = tmpInt;
464 size_t bandSize = 0; local
466 if (GetSizesFromPlist(tmpname, &bandSize, &devSize) == -1) {
471 printf("Existing sparse bundle size = %lld, bandsize = %zu\n", devSize, bandSize);
477 ctx.bandSize = bandSize;
[all...]

Completed in 182 milliseconds