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

  /system/core/toolbox/
dd.c 91 extern u_int files_cnt;
116 u_int files_cnt = 1; /* # of files to copy */ variable
147 while (files_cnt--)
177 if (files_cnt > 1 && !(in.flags & ISTAPE)) {
660 if (files_cnt > 1) {
661 --files_cnt;
1230 files_cnt = (u_int)strsuftoll("file count", arg, 0, UINT_MAX);
1231 if (!files_cnt)

Completed in 182 milliseconds