Searched refs:bound (Results 1 – 6 of 6) sorted by relevance
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
D | cow_compress.cpp | 109 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/ |
D | update_engine_stable_client.cc | 112 bool bound; in Run() local 113 if (!service_->bind(callback_, &bound).isOk() || !bound) { in Run()
|
/system/update_engine/aosp/ |
D | update_engine_client_android.cc | 210 bool bound = false; in OnInit() local 211 if (!service_->bind(callback_, &bound).isOk() || !bound) { in OnInit()
|
/system/sepolicy/private/ |
D | virtualizationmanager.te | 117 # virtualizationmanager holds references to bound devices, returned from vfio_handler
|
/system/memory/libmemunreachable/ |
D | README.md | 8 … the returned data on leaks is limited to the address, approximate (upper bound) size, and the the…
|
/system/chre/chpp/ |
D | RELEASE_NOTES.md | 115 - Client and service fixes including length and bound checks, missing implementations
|