HomeSort by relevance Sort by last modified time
    Searched defs:kSectorSize (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
roots.cpp 327 static constexpr int kSectorSize = 4096;
337 "-w", std::to_string(kSectorSize),
341 if (length >= kSectorSize) {
342 make_f2fs_cmd.push_back(std::to_string(length / kSectorSize));
  /external/stressapptest/src/
worker.h 697 static const int kSectorSize = 512; // Size of sector on disk.

Completed in 66 milliseconds