MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetRenderDocPackageForABI

Function GetRenderDocPackageForABI

renderdoc/android/android_utils.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145rdcstr GetRenderDocPackageForABI(ABI abi)
146{
147 return RENDERDOC_ANDROID_PACKAGE_BASE "." + GetPlainABIName(abi);
148}
149
150rdcstr GetPathForPackage(const rdcstr &deviceID, const rdcstr &packageName)
151{

Callers 6

InjectLibrariesFunction · 0.85
InstallRenderDocServerFunction · 0.85
StartRemoteServerMethod · 0.85
ExecuteAndInjectMethod · 0.85

Calls 1

GetPlainABINameFunction · 0.85

Tested by

no test coverage detected