Home
last modified time | relevance | path

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

/system/libprocinfo/include/procinfo/
Dprocess_map.h93 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine() argument
95 *next_line = strchr(p, '\n'); in ParseMapsFileLine()
96 if (*next_line != nullptr) { in ParseMapsFileLine()
97 **next_line = '\0'; in ParseMapsFileLine()
98 (*next_line)++; in ParseMapsFileLine()
183 char* next_line; in ReadMapFileContent() local
189 inode, &name, shared, &next_line); in ReadMapFileContent()
194 line_start = next_line; in ReadMapFileContent()
207 char* next_line; in ReadMapFileContent() local
213 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()