Home
last modified time | relevance | path

Searched defs:SetSize (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp249 void SetSize(PartitionUpdate* partition_update, uint64_t size) { in SetSize() function
/system/logging/logd/
DSimpleLogBuffer.cpp257 bool SimpleLogBuffer::SetSize(log_id_t id, size_t size) { in SetSize() function in SimpleLogBuffer
DSerializedLogBuffer.cpp329 bool SerializedLogBuffer::SetSize(log_id_t id, size_t size) { in SetSize() function in SerializedLogBuffer
/system/extras/simpleperf/
Drecord.h249 void SetSize(uint32_t size) { header.size = size; } in SetSize() function