MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / IsValidBinaryClassName

Function IsValidBinaryClassName

Bcore/src/main/cpp/dex/descriptors_names.cc:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394bool IsValidBinaryClassName(const char* s) {
395 return IsValidClassName<kName, '.'>(s);
396}
397
398bool IsValidJniClassName(const char* s) {
399 return IsValidClassName<kName, '/'>(s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected