Searched refs:CHECK_LT (Results 1 – 13 of 13) sorted by relevance
/system/extras/verity/ |
D | hash_tree_builder.cpp | 64 CHECK_LT(hash_size_ * 2, block_size_); in HashTreeBuilder() 191 CHECK_LT(leftover_.size(), block_size_); in Update()
|
/system/update_engine/common/ |
D | multi_range_http_fetcher.cc | 90 CHECK_LT(current_index_, ranges_.size()); in ReceivedBytes()
|
D | test_utils.cc | 98 CHECK_LT(r, static_cast<ssize_t>(buf.size())); in Readlink()
|
/system/update_engine/payload_generator/ |
D | boot_img_filesystem.cc | 99 CHECK_LT(hdr_v0->header_version, 3u); in CreateFromFile()
|
D | extent_utils.h | 120 CHECK_LT(cur_extent_, extents_.size());
|
/system/libbase/include/android-base/ |
D | logging.h | 288 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) macro 337 if (::android::base::kEnableDChecks) CHECK_LT(x, y)
|
/system/extras/simpleperf/ |
D | perf_regs.cpp | 226 CHECK_LT(regno, 64U); in GetRegValue()
|
D | record_file_writer.cpp | 445 CHECK_LT(features_.size(), feature_count_); in WriteFeatureBegin()
|
D | record.h | 180 CHECK_LT(size, 1u << 16); in MoveToBinaryFormat()
|
D | cmd_report.cpp | 286 CHECK_LT(it->second, res.size()); in GetCountsForSample()
|
/system/update_engine/lz4diff/ |
D | lz4diff.cc | 54 CHECK_LT(offset, recompressed_blob.size()); in StoreDstCompressedFileInfo()
|
/system/logging/logd/ |
D | SerializedLogBuffer.cpp | 285 CHECK_LT(entry->msg_len(), LOGGER_ENTRY_MAX_PAYLOAD + 1); in FlushTo()
|
/system/libbase/ |
D | file.cpp | 115 CHECK_LT(result, std::size(tmp_dir_w)) << "path truncated to: " << result; in GetSystemTempDir()
|