Lines Matching refs:fdBase
108 const BitmapInfoHeader bitmapInfoRun, uint32_t fdBase, uint32_t fdRun)
126 int32_t retBase = read(fdBase, buffBase, buffSizeBase);
164 uint32_t fdBase = open(fileBasePath, O_RDONLY | O_BINARY);
167 uint32_t fdBase = open(fileBasePath, O_RDONLY);
171 lseek(fdBase, sizeof(uint16_t), SEEK_SET);
172 if (read(fdBase, &bitmapInfoBase, sizeof(bitmapInfoBase)) < 0) {
173 close(fdBase);
181 close(fdBase);
187 close(fdBase);
192 if (!CompareByBitmap(bitmapInfoBase, bitmapInfoRun, fdBase, fdRun)) {
193 close(fdBase);
198 close(fdBase);