Home
last modified time | relevance | path

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

/system/libprocinfo/include/procinfo/
Dprocess_map.h108 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine() argument
110 *next_line = strchr(p, '\n'); in ParseMapsFileLine()
111 if (*next_line != nullptr) { in ParseMapsFileLine()
112 **next_line = '\0'; in ParseMapsFileLine()
113 (*next_line)++; in ParseMapsFileLine()
198 char* next_line; in ReadMapFileContent() local
204 inode, &name, shared, &next_line); in ReadMapFileContent()
209 line_start = next_line; in ReadMapFileContent()
222 char* next_line; in ReadMapFileContent() local
228 inode, &name, shared, &next_line); in ReadMapFileContent()
[all …]
/system/extras/sane_schedstat/
Dsane_schedstat.c58 static const char *next_line(const char *b) { in next_line() function
121 b = next_line(b); in parse()
127 b = next_line(b); in parse()