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

/system/extras/libpagemap/
H A Dpm_process.c234 #define MAX_LINE 1024 macro
246 char line[MAX_LINE], name[MAX_LINE], perms[MAX_PERMS];
272 while (fgets(line, MAX_LINE, maps_f)) {
290 sscanf(line, "%" SCNx64 "-%" SCNx64 " %s %" SCNx64 " %*s %*d %" S(MAX_LINE) "s",
/system/extras/latencytop/
H A Dlatencytop.c26 #define MAX_LINE 512 macro
39 char reason[MAX_LINE];
328 char line[MAX_LINE];
330 char reason[MAX_LINE];
334 if (!fgets(line, MAX_LINE, f)) {
345 while (fgets(line, MAX_LINE, f)) {
/system/core/toolbox/
H A Dtop.c220 #define MAX_LINE 256 macro
325 char buf[MAX_LINE], *open_paren, *close_paren;
329 fgets(buf, MAX_LINE, file);
374 char line[MAX_LINE];
379 fgets(line, MAX_LINE, file);
401 char line[MAX_LINE];
406 while (fgets(line, MAX_LINE, file)) {

Completed in 92 milliseconds