MCPcopy Create free account
hub / github.com/HexHive/NASS / c_str

Method c_str

binderlib/include_android9/utils/String8.h:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268inline const char* String8::c_str() const
269{
270 return mString;
271}
272inline const char* String8::string() const
273{
274 return mString;

Callers 7

ParseUintFunction · 0.45
ParseIntFunction · 0.45
TextOutput.hFile · 0.45
ValueMethod · 0.45
putStringMethod · 0.45
ValueClass · 0.45
TextOutput.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected