Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc459 const void* null_char = memchr(GetCurrentPtr(), 0, length); in ReadStringAndAdvance() local
460 if (null_char != nullptr) { in ReadStringAndAdvance()