Searched refs:MAX_LINE (Results 1 – 2 of 2) sorted by relevance
/system/extras/boottime_tools/bootio/ |
D | bootio_collector.cpp | 36 static const int MAX_LINE = 256; variable 68 char line[MAX_LINE]; in ReadIo() 73 while (fgets(line, MAX_LINE, file)) { in ReadIo() 93 char buf[MAX_LINE], *open_paren, *close_paren; in ReadStatForName() 97 fgets(buf, MAX_LINE, file); in ReadStatForName() 114 char buf[MAX_LINE], *open_paren, *close_paren; in ReadStat() 118 fgets(buf, MAX_LINE, file); in ReadStat() 148 char line[MAX_LINE]; in ReadCmdline() 153 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()
|