Searched defs:ExtractUptr (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc86 static const char *ExtractUptr(const char *str, const char *delims, function in namespace:__sanitizer
599 str = ExtractUptr(str, " ", &info->start);
600 str = ExtractUptr(str, "\n", &info->size);

Completed in 63 milliseconds