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

Method GetMultiDexClassesDexName

Bcore/src/main/cpp/dex/dex_file_loader.cc:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179std::string DexFileLoader::GetMultiDexClassesDexName(size_t index) {
180 return (index == 0) ? "classes.dex" : StringPrintf("classes%zu.dex", index + 1);
181}
182
183std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) {
184 return (index == 0)

Callers

nothing calls this directly

Calls 1

StringPrintfFunction · 0.85

Tested by

no test coverage detected