Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/hardware_ch7036/
Dhardware_ch7036.py66 found_cnt = 0
73 found_cnt += 1
74 if found_cnt == len(found):
77 if found_cnt < len(found):
/external/f2fs-tools/tools/
Df2fstat.c88 int found_cnt = 0; in f2fstat() local
171 if (++found_cnt == f2fstat_table_cnt) in f2fstat()