Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_proc_maps.cpp61 const char* tok_end = in ParseProcMapsLine() local
63 if (!tok_end) { in ParseProcMapsLine()
64 tok_end = line_end; in ParseProcMapsLine()
67 p = tok_end + 1; in ParseProcMapsLine()
70 if (tok_end == tok_start) { in ParseProcMapsLine()
94 for (const char* t = tok_start; t < tok_end; ++t) { in ParseProcMapsLine()
112 while (tok_end > tok_start && tok_end[-1] == '\n') in ParseProcMapsLine()
113 tok_end--; in ParseProcMapsLine()
115 entry->path_len = tok_end - tok_start; in ParseProcMapsLine()