Searched refs:IsFileSectorAligned (Results 1 – 4 of 4) sorted by relevance
132 assert(IsFileSectorAligned(offset, alignment_)); in ReadIntoBuffer()133 assert(IsFileSectorAligned(n, alignment_)); in ReadIntoBuffer()
32 bool IsFileSectorAligned(const size_t off, size_t sector_size);
63 bool IsFileSectorAligned(const size_t off, size_t sector_size) { in IsFileSectorAligned() function
195 assert(IsFileSectorAligned(n, alignment_)); in ReadIntoBuffer()