Home
last modified time | relevance | path

Searched refs:sector_t (Results 1 – 1 of 1) sorted by relevance

/system/vold/
DCheckpoint.cpp405 typedef uint64_t sector_t; typedef
408 sector_t source; // in sectors of size kSectorSize
409 sector_t dest; // in sectors of size kSectorSize
489 typedef std::map<sector_t, sector_t> Relocations;
491 void relocate(Relocations& relocations, sector_t dest, sector_t source, int count) { in relocate()
523 typedef std::map<sector_t, bool> Used_Sectors;
525 bool checkCollision(Used_Sectors& used_sectors, sector_t start, sector_t end) { in checkCollision()
537 void markUsed(Used_Sectors& used_sectors, sector_t start, sector_t end) { in markUsed()
591 sector_t sector, uint32_t size, uint32_t block_size) { in relocatedRead()