Home
last modified time | relevance | path

Searched refs:MAXLINESIZE (Results 1 – 2 of 2) sorted by relevance

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dhistory.c78 char line[MAXLINESIZE]; in update_event_count_file()
257 char line[MAXLINESIZE]; in hist_raise_event()
294 if (append_file(history_file, line, strnlen(line, MAXLINESIZE)) <= 0) { in hist_raise_event()
303 char firstline[MAXLINESIZE]; in hist_raise_uptime()
376 char lasttime[MAXLINESIZE]; in get_time_from_firstline()
380 len = file_read_key_value(lasttime, MAXLINESIZE, history_file, prefix, in get_time_from_firstline()
400 char linebuf[MAXLINESIZE]; in prepare_history()
418 ret = get_time_from_firstline(linebuf, MAXLINESIZE); in prepare_history()
/misc/debug_tools/acrn_crashlog/common/include/
A Dfsutils.h35 #define MAXLINESIZE (PATH_MAX + 128) macro
102 int readline(int fd, char buffer[MAXLINESIZE]);

Completed in 14 milliseconds