Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
string
52
append(const char* a, const char* b)
53
{
54
string s = a;
55
s += b;
56
return s;
57
}
58
59
// =================================================
60
int
Callers
4
EventListenerClass
Method · 0.85
ListenerClass
Method · 0.85
EndpointBaseClass
Method · 0.85
generate_binder_interface_class
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected