Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp109 const auto bound = compressBound(length); in Compress() local
110 std::vector<uint8_t> buffer(bound, '\0'); in Compress()
112 uLongf dest_len = bound; in Compress()
130 const auto bound = LZ4_compressBound(length); in Compress() local
131 if (!bound) { in Compress()
135 std::vector<uint8_t> buffer(bound, '\0'); in Compress()
142 << ", compression bound: " << bound << ", ret: " << compressed_size; in Compress()
162 const auto bound = BrotliEncoderMaxCompressedSize(length); in Compress() local
163 if (!bound) { in Compress()
167 std::vector<uint8_t> buffer(bound, '\0'); in Compress()
[all …]
/system/update_engine/stable/
Dupdate_engine_stable_client.cc112 bool bound; in Run() local
113 if (!service_->bind(callback_, &bound).isOk() || !bound) { in Run()
/system/update_engine/aosp/
Dupdate_engine_client_android.cc210 bool bound = false; in OnInit() local
211 if (!service_->bind(callback_, &bound).isOk() || !bound) { in OnInit()
/system/sepolicy/private/
Dvirtualizationmanager.te117 # virtualizationmanager holds references to bound devices, returned from vfio_handler
/system/memory/libmemunreachable/
DREADME.md8 … the returned data on leaks is limited to the address, approximate (upper bound) size, and the the…
/system/chre/chpp/
DRELEASE_NOTES.md115 - Client and service fixes including length and bound checks, missing implementations