MCPcopy Create free account
hub / github.com/NativeScript/android / ConvertFromJniToCanonicalName

Method ConvertFromJniToCanonicalName

test-app/runtime/src/main/cpp/Util.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 string Util::ConvertFromJniToCanonicalName(const string &name) {
85 string converted = name;
86 replace(converted.begin(), converted.end(), '/', '.');
87 return converted;
88 }
89
90 string Util::ConvertFromCanonicalToJniName(const string &name) {
91 string converted = name;

Callers

nothing calls this directly

Calls 3

replaceFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected