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

  /packages/experimental/procstatlog/
procstatlog.c 102 static int read_lines( function
297 next += read_lines("/proc/net/dev", ':', NULL, 0, next, end - next);
298 next += read_lines("/proc/stat", ' ', NULL, 0, next, end - next);
299 next += read_lines("/proc/binder/stats", ':', "\nproc ", 0, next, end - next);
300 next += read_lines("/proc/diskstats", ' ', NULL, 2, next, end - next);
301 next += read_lines(

Completed in 1693 milliseconds