HomeSort by relevance Sort by last modified time
    Searched full:cpy_cnt (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/
dd.c 88 extern uint64_t cpy_cnt;
110 uint64_t cpy_cnt; /* # of blocks to copy */ variable
304 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt)
1186 cpy_cnt = strsuftoll("block count", arg, 0, LLONG_MAX);
1187 if (!cpy_cnt)

Completed in 121 milliseconds