Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.cpp228 const std::optional<uint64_t>& max_bytes) { in ReadBlock() argument
230 if (max_bytes) { in ReadBlock()
231 bytes_to_read = *max_bytes; in ReadBlock()
H A Dsnapshot_reader.h69 const std::optional<uint64_t>& max_bytes = {});