Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Ddm_snapshot_internals.h34 void WriteByte(uint64_t address) { WriteSector(address / sector_bytes_); } in WriteByte()
35 void WriteSector(uint64_t sector) { WriteChunk(sector / chunk_sectors_); } in WriteSector() function
Dpartition_cow_creator.cpp152 sc->WriteSector(sector_id); in WriteExtent()