Home
last modified time | relevance | path

Searched defs:WriteByte (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Ddm_snapshot_internals.h33 void WriteByte(uint64_t address) { WriteSector(address / sector_bytes_); } in WriteByte() function
/system/nvram/messages/
Dio.cpp192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte() function in nvram::OutputStreamBuffer