Home
last modified time | relevance | path

Searched defs:sectorSize (Results 1 – 3 of 3) sorted by relevance

/third_party/gptfdisk/
Dbsd.h62 uint32_t sectorSize; // # of bytes per sector variable
Dsupport.cc239 string BytesToIeee(uint64_t size, uint32_t sectorSize) { in BytesToIeee()
/third_party/node/test/parallel/
Dtest-fs-readfile.js30 const sectorSize = 512; constant