/system/libziparchive/ |
D | libziparchive_writer_fuzzer.cpp | 21 if (provider.remaining_bytes() == 0) { in LLVMFuzzerTestOneInput() 27 if (provider.remaining_bytes() == 0) { in LLVMFuzzerTestOneInput() 31 0, provider.remaining_bytes()); in LLVMFuzzerTestOneInput()
|
D | zip_archive.cc | 1463 uint64_t remaining_bytes = compressed_length; in inflateImpl() local 1468 const auto read_size = static_cast<uint32_t>(std::min(remaining_bytes, max_read_size)); in inflateImpl() 1469 const off64_t offset = (compressed_length - remaining_bytes); in inflateImpl() 1476 remaining_bytes -= read_size; in inflateImpl() 1524 if (total_output != uncompressed_length || remaining_bytes != 0) { in inflateImpl()
|
/system/media/audio_utils/fuzz/audioutilsfiforeaderwriter_fuzzer/ |
D | audioutilsfiforeaderwriter_fuzzer.cpp | 32 size_t maxNumberFrames = provider.remaining_bytes() / frameSize; in LLVMFuzzerTestOneInput() 54 while (provider.remaining_bytes() > 4) { in LLVMFuzzerTestOneInput() 60 size_t maxFramesLeft = provider.remaining_bytes() / frameSize; in LLVMFuzzerTestOneInput() 87 if (provider.remaining_bytes() >= 4) { in LLVMFuzzerTestOneInput()
|
/system/core/fs_mgr/libfiemap/ |
D | split_fiemap_writer.cpp | 95 uint64_t remaining_bytes = file_size; in Create() local 96 while (remaining_bytes) { in Create() 104 uint64_t chunk_size = std::min(max_piece_size, remaining_bytes); in Create() 118 remaining_bytes = remaining_bytes > writer->size() ? (remaining_bytes - writer->size()) : 0; in Create()
|
/system/extras/partition_tools/ |
D | lpunpack.cc | 292 uint64_t remaining_bytes = extent.num_sectors * LP_SECTOR_SIZE; in WriteExtent() local 293 while (remaining_bytes) { in WriteExtent() 294 if (remaining_bytes < block_size_) { in WriteExtent() 305 remaining_bytes -= block_size_; in WriteExtent()
|
/system/libfmq/fuzzer/ |
D | fmq_fuzzer.cpp | 128 while (fdp.remaining_bytes()) { in reader() 164 size_t count = fdp.remaining_bytes() in readerBlocking() 170 } while (fdp.remaining_bytes() > sizeof(size_t) && writersNotFinished > 0); in readerBlocking() 186 while (fdp.remaining_bytes()) { in writer() 217 while (fdp.remaining_bytes() > sizeof(size_t) && readersNotFinished > 0) { in writerBlocking()
|
/system/security/keystore/tests/fuzzer/ |
D | keystoreGetWifiHidl_fuzzer.cpp | 41 size_t strKeySuffixLength = min(fdp.remaining_bytes(), keyLength); in LLVMFuzzerTestOneInput()
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.cpp | 50 while (provider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
|
/system/update_engine/payload_consumer/ |
D | delta_performer_fuzzer.cc | 87 } while (data_provider.remaining_bytes() > 0); in FuzzDeltaPerformer()
|
/system/extras/simpleperf/ |
D | libsimpleperf_report_fuzzer.cpp | 58 while (mFdp.remaining_bytes()) { in process()
|
/system/core/libutils/ |
D | LruCache_fuzz.cpp | 68 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
|
D | Looper_fuzz.cpp | 77 while (dataProvider.remaining_bytes() > 0 && opsRun++ < MAX_OPERATIONS) { in LLVMFuzzerTestOneInput()
|
D | BitSet_fuzz.cpp | 63 while (dataProvider.remaining_bytes() > 0 && opsRun++ < MAX_OPERATIONS) { in LLVMFuzzerTestOneInput()
|
/system/core/libutils/binder/ |
D | String16_fuzz.cpp | 105 while (dataProvider.remaining_bytes() > 0 && opsRun++ < MAX_OPERATIONS) { in LLVMFuzzerTestOneInput()
|
D | String8_fuzz.cpp | 195 while (dataProvider.remaining_bytes() > 0 && opsRun++ < MAX_OPERATIONS) { in LLVMFuzzerTestOneInput()
|
D | Vector_fuzz.cpp | 198 while (provider.remaining_bytes()) { in fuzz()
|
/system/core/init/fuzzer/ |
D | init_parser_fuzzer.cpp | 132 while (fdp_.remaining_bytes()) { in Process()
|
D | init_ueventHandler_fuzzer.cpp | 81 while (fdp.remaining_bytes()) { in LLVMFuzzerTestOneInput()
|
/system/core/fs_mgr/liblp/fuzzer/ |
D | liblp_super_layout_builder_fuzzer.cpp | 127 while (mFdp.remaining_bytes()) { in invokeSuperLayoutBuilderAPIs()
|
D | liblp_apis_fuzzer.cpp | 160 while (mFdp.remaining_bytes()) { in process()
|
D | liblp_builder_fuzzer.cpp | 272 while (mFdp.remaining_bytes()) { in invokeBuilderAPIs()
|
/system/keymaster/tests/fuzzers/ |
D | buffer_fuzz.cpp | 78 for (size_t i = 0; i < kMaxOperations && fdp.remaining_bytes() > 0; i++) { in LLVMFuzzerTestOneInput()
|
/system/libhidl/fuzzer/ |
D | libHidlBase_parcel_fuzzer.cpp | 120 while (mFdp.remaining_bytes()) { in process()
|
/system/core/fs_mgr/liblp/ |
D | reader.cpp | 199 if (size_t remaining_bytes = header.header_size - sizeof(LpMetadataHeaderV1_0)) { in ReadMetadataHeader() local 201 if (!reader->ReadFully(offset, remaining_bytes)) { in ReadMetadataHeader()
|