Searched refs:MAX_LINE (Results 1 – 2 of 2) sorted by relevance
/system/extras/boottime_tools/bootio/ |
D | bootio_collector.cpp | 42 static const int MAX_LINE = 256; variable 74 char line[MAX_LINE]; in ReadIo() 84 while (fgets(line, MAX_LINE, file)) { in ReadIo() 104 char buf[MAX_LINE], *open_paren, *close_paren; in ReadStatForName() 108 fgets(buf, MAX_LINE, file); in ReadStatForName() 125 char buf[MAX_LINE], *open_paren, *close_paren; in ReadStat() 129 fgets(buf, MAX_LINE, file); in ReadStat() 159 char line[MAX_LINE]; in ReadCmdline() 164 fgets(line, MAX_LINE, file); in ReadCmdline()
|
/system/extras/latencytop/ |
D | latencytop.c | 26 #define MAX_LINE 512 macro 39 char reason[MAX_LINE]; 317 char line[MAX_LINE]; in read_latency_file() 319 char reason[MAX_LINE]; in read_latency_file() 323 if (!fgets(line, MAX_LINE, f)) { in read_latency_file() 334 while (fgets(line, MAX_LINE, f)) { in read_latency_file()
|