Searched refs:CreateDexFile (Results 1 – 1 of 1) sorted by relevance
189 static const DexFile* CreateDexFile(JNIEnv* env, std::unique_ptr<MemMap> dex_mem_map) { in CreateDexFile() function217 std::unique_ptr<const DexFile> dex_file(CreateDexFile(env, std::move(data))); in CreateSingleDexFileCookie()