Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAlloc.cpp30 int line_pos = 0; in AllocGetData() local
38 if (sscanf(line.c_str(), "%d: %127s %" SCNx64 " %n", &entry->tid, name, &entry->ptr, &line_pos) != in AllocGetData()
42 const char* line_end = &line[line_pos]; in AllocGetData()