Home
last modified time | relevance | path

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

/aosp14/system/core/storaged/
H A Dstoraged.cpp64 constexpr ssize_t benchmark_unit_size = 16 * 1024; // 16KB variable
317 ret = write(fd, data, std::min(benchmark_unit_size, size)); in flush_proto_data()
327 if (!first_write && ret == benchmark_unit_size) { in flush_proto_data()
328 benchmark_size += benchmark_unit_size; in flush_proto_data()