Home
last modified time | relevance | path

Searched refs:CHECK_GE (Results 1 – 17 of 17) sorted by relevance

/system/update_engine/payload_consumer/
Dfile_descriptor.cc49 CHECK_GE(fd_, 0); in Read()
54 CHECK_GE(fd_, 0); in Write()
73 CHECK_GE(fd_, 0); in Seek()
134 CHECK_GE(fd_, 0); in Flush()
Dfile_writer.cc32 CHECK_GE(fd_, 0); in Write()
47 CHECK_GE(fd_, 0); in Close()
Dpayload_metadata.cc151 CHECK_GE(size, manifest_offset + manifest_size_); in GetManifest()
Dpostinstall_runner_action.cc233 CHECK_GE(current_command_, 0); in PerformPartitionPostinstall()
/system/bt/packet/base/
Dpacket.cc45 CHECK_GE(index, packet_start_index_); in get_at_index()
Diterator.cc29 CHECK_GE(index_, packet->packet_start_index_); in Iterator()
/system/bt/bta/ag/
Dbta_ag_rfc.cc217 CHECK_GE(port_callback_index, 0) in bta_ag_setup_port()
245 CHECK_GE(management_callback_index, 0) in bta_ag_start_servers()
/system/bt/stack/test/common/
Dstack_test_packet_utils.cc78 CHECK_GE(L2CAP_MIN_OFFSET, static_cast<int>(acl_l2cap_header_size)); in AllocateWrappedOutgoingL2capAclPacket()
/system/connectivity/wificond/
Dmain.cpp88 CHECK_GE(binder_fd, 0) << "Invalid binder FD: " << binder_fd; in SetupBinderOrCrash()
/system/libbase/include/android-base/
Dlogging.h282 #define CHECK_GE(x, y) CHECK_OP(x, y, >= ) macro
332 if (::android::base::kEnableDChecks) CHECK_GE(x, y)
/system/extras/simpleperf/
DCallChainJoiner.cpp31 CHECK_GE(cache_stat_.max_node_count, 2u); in LRUCache()
32 CHECK_GE(matched_node_count_to_extend_callchain, 1u); in LRUCache()
Dreport_lib_interface.cpp303 CHECK_GE(r.raw_data.size, current_event_.tracing_data_format.size); in SetCurrentSample()
Dcmd_inject.cpp444 CHECK_GE(vaddr, first_load_segment_addr); in GenerateInstrRange()
/system/update_engine/
Ddownload_action.cc80 CHECK_GE(install_plan_.payloads.size(), 1UL); in PerformAction()
Dlibcurl_http_fetcher.cc215 CHECK_GE(resume_offset_, 0); in ResumeTransfer()
/system/update_engine/common/
Dutils.h409 CHECK_GE(fd_, 0);
Dutils.cc320 CHECK_GE(offset, 0); in ReadFileChunkAndAppend()