MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / append

Function append

tools/aidl/generate_java.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51string
52append(const char* a, const char* b)
53{
54 string s = a;
55 s += b;
56 return s;
57}
58
59// =================================================
60int

Callers 4

EventListenerClassMethod · 0.85
ListenerClassMethod · 0.85
EndpointBaseClassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected