Home
last modified time | relevance | path

Searched refs:DCHECK_GT (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/update_manager/
Dstaging_utils.cc114 DCHECK_GT(new_staging_wait_time.InSeconds(), 0); in CalculateStagingCase()
/system/core/base/include/android-base/
Dlogging.h371 #define DCHECK_GT(x, y) \ macro