Home
last modified time | relevance | path

Searched refs:CHECK_GT (Results 1 – 14 of 14) sorted by relevance

/system/update_engine/payload_consumer/
Dsnapshot_extent_writer.cc77 CHECK_GT(bytes_to_copy, 0U); in ConsumeWithBuffer()
/system/update_engine/common/
Dmulti_range_http_fetcher.h61 CHECK_GT(size, static_cast<size_t>(0)); in AddRange()
/system/update_engine/payload_generator/
Dboot_img_filesystem.cc92 CHECK_GT(result->page_size_, 0u); in CreateFromFile()
Ddelta_diff_utils.cc789 CHECK_GT(bsdiff_delta.size(), static_cast<brillo::Blob::size_type>(0)); in ReadExtentsToDiff()
/system/libbase/include/android-base/
Dlogging.h283 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) macro
334 if (::android::base::kEnableDChecks) CHECK_GT(x, y)
/system/extras/simpleperf/
Dcallchain.h63 CHECK_GT(match_length, 0u); in AddCallChain()
DCallChainJoiner.cpp292 CHECK_GT(ips.size(), 0u); in AddCallChain()
Drecord_file_writer.cpp142 CHECK_GT(record.type(), SIMPLE_PERF_RECORD_TYPE_START); in WriteRecord()
/system/update_engine/
Dtest_http_server.cc232 CHECK_GT(line_len, static_cast<size_t>(0)); in WritePayload()
502 CHECK_GT(url.size(), static_cast<size_t>(0)); in UrlTerms()
/system/tools/hidl/
DScope.cpp78 CHECK_GT(names.size(), 0u); in lookupType()
/system/extras/verity/
Dhash_tree_builder.cpp188 CHECK_GT(data_size_, 0); in Update()
/system/core/init/
Dselinux.cpp511 CHECK_GT(buf_len, 0u); in SelinuxAvcLog()
/system/update_engine/aosp/
Dupdate_attempter_android.cc864 CHECK_GT(payload_size, 0); in CollectAndReportUpdateMetricsOnUpdateFinished()
/system/logging/logd/
DLogStatistics.cpp291 CHECK_GT(element.dropped_count, 0U); in Erase()