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

Function IsValidDescriptor

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

Source from the content-addressed store, hash-verified

400}
401
402bool IsValidDescriptor(const char* s) {
403 return IsValidClassName<kDescriptor, '/'>(s);
404}
405
406void Split(const std::string& s, char separator, std::vector<std::string>* result) {
407 const char* p = s.data();

Callers 4

CheckInterTypeIdItemMethod · 0.85
CheckInterFieldIdItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected