Home | History | Annotate | Download | only in tests

Lines Matching full:sector_bytes

20  * Testing partition layout (sector_bytes=512)
152 gpt->sector_bytes = DEFAULT_SECTOR_SIZE;
227 gpt->sector_bytes = 0;
233 * Test if wrong sector_bytes or drive_sectors is detected by GptInit().
242 uint32_t sector_bytes;
259 gpt->sector_bytes = cases[i].sector_bytes;
835 gpt->sector_bytes = 1024;