Home
last modified time | relevance | path

Searched refs:MAX_LINE (Results 1 – 3 of 3) sorted by relevance

/system/extras/libpagemap/
Dpm_process.c234 #define MAX_LINE 1024 macro
246 char line[MAX_LINE], name[MAX_LINE], perms[MAX_PERMS]; in read_maps()
272 while (fgets(line, MAX_LINE, maps_f)) { in read_maps()
290 sscanf(line, "%" SCNx64 "-%" SCNx64 " %s %" SCNx64 " %*s %*d %" S(MAX_LINE) "s", in read_maps()
/system/extras/latencytop/
Dlatencytop.c26 #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/
Dtop.c220 #define MAX_LINE 256 macro
325 char buf[MAX_LINE], *open_paren, *close_paren; in read_stat()
329 fgets(buf, MAX_LINE, file); in read_stat()
374 char line[MAX_LINE]; in read_cmdline()
379 fgets(line, MAX_LINE, file); in read_cmdline()
401 char line[MAX_LINE]; in read_status()
406 while (fgets(line, MAX_LINE, file)) { in read_status()