Home
last modified time | relevance | path

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

/system/libhwbinder/
DParcel.cpp1102 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); in readCString() local
1103 if (eos) { in readCString()
1104 const size_t len = eos - str; in readCString()