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.cc113 DCHECK_GT(new_staging_wait_time.InSeconds(), 0); in CalculateStagingCase()
/system/libbase/include/android-base/
Dlogging.h327 #define DCHECK_GT(x, y) \ macro