Searched refs:MAX_LINE (Results 1 – 2 of 2) sorted by relevance
/system/extras/latencytop/ |
D | latencytop.c | 26 #define MAX_LINE 512 macro 39 char reason[MAX_LINE]; 328 char line[MAX_LINE]; in read_latency_file() 330 char reason[MAX_LINE]; in read_latency_file() 334 if (!fgets(line, MAX_LINE, f)) { in read_latency_file() 345 while (fgets(line, MAX_LINE, f)) { in read_latency_file()
|
/system/core/toolbox/ |
D | top.c | 222 #define MAX_LINE 256 macro 327 char buf[MAX_LINE], *open_paren, *close_paren; in read_stat() 331 fgets(buf, MAX_LINE, file); in read_stat() 386 char line[MAX_LINE]; in read_cmdline() 391 fgets(line, MAX_LINE, file); in read_cmdline() 413 char line[MAX_LINE]; in read_status() 418 while (fgets(line, MAX_LINE, file)) { in read_status()
|