HomeSort by relevance Sort by last modified time
    Searched refs:dtop_get_file_line_amount (Results 1 - 7 of 7) sorted by null

  /device/google/marlin/dataservices/datatop/src/
datatop_fileops.h 47 int dtop_get_file_line_amount(char *file);
datatop_fileops.c 154 int dtop_get_file_line_amount(char *name) function
datatop_single_line_poll.c 241 storage->line_count = dtop_get_file_line_amount(name);
datatop_dev_poll.c 318 storage->line_count = dtop_get_file_line_amount("/proc/net/dev");
datatop_meminfo_file_poll.c 280 storage->line_count = dtop_get_file_line_amount("/proc/meminfo");
datatop_stat_poll.c 317 storage->line_count = dtop_get_file_line_amount("/proc/stat");
datatop_dual_line_poll.c 311 storage->line_count = dtop_get_file_line_amount(name);

Completed in 471 milliseconds