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

Method string

binderlib/include_android9/utils/String8.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 return mString;
271}
272inline const char* String8::string() const
273{
274 return mString;
275}
276
277inline std::string String8::std_string(const String8& str)
278{

Callers 5

String8Class · 0.45
appendPathCopyMethod · 0.45
std_stringMethod · 0.45
TextOutput.hFile · 0.45
TextOutput.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected