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

Function IsValidJniClassName

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

Source from the content-addressed store, hash-verified

396}
397
398bool IsValidJniClassName(const char* s) {
399 return IsValidClassName<kName, '/'>(s);
400}
401
402bool IsValidDescriptor(const char* s) {
403 return IsValidClassName<kDescriptor, '/'>(s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected