Searched refs:line_start (Results 1 – 2 of 2) sorted by relevance
/system/libprocinfo/include/procinfo/ |
D | process_map.h | 181 char* line_start = content; in ReadMapFileContent() local 186 while (line_start != nullptr && *line_start != '\0') { in ReadMapFileContent() 187 bool parsed = ParseMapsFileLine(line_start, start_addr, end_addr, flags, pgoff, in ReadMapFileContent() 193 line_start = next_line; in ReadMapFileContent() 205 char* line_start = content; in ReadMapFileContent() local 210 while (line_start != nullptr && *line_start != '\0') { in ReadMapFileContent() 211 bool parsed = ParseMapsFileLine(line_start, start_addr, end_addr, flags, pgoff, in ReadMapFileContent() 217 line_start = next_line; in ReadMapFileContent()
|
/system/logging/logwrapper/ |
D | logwrap.cpp | 188 char* line_start; in print_buf_lines() local 192 line_start = buf; in print_buf_lines() 199 do_log_line(log_info, line_start); in print_buf_lines() 202 line_start = buf + i + 1; in print_buf_lines() 205 do_log_line(log_info, line_start); in print_buf_lines()
|