Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DDebug.cpp91 static char* appendcharornum(char c, char* out, bool skipzero = true) in appendcharornum() function
151 pos = appendcharornum(c[0], pos); in typetostring()
152 pos = appendcharornum(c[1], pos); in typetostring()
153 pos = appendcharornum(c[2], pos); in typetostring()
154 pos = appendcharornum(c[3], pos); in typetostring()