MCPcopy Create free account
hub / github.com/cinit/TMoe / initZygote

Method initZygote

app/src/main/java/cc/ioctl/tmoe/startup/HookEntry.java:72–76  ·  view source on GitHub ↗
(StartupParam startupParam)

Source from the content-addressed store, hash-verified

70 }
71 }
72
73 @Override
74 public void initZygote(StartupParam startupParam) {
75 EzXHelperInit.INSTANCE.initZygote(startupParam);
76 sModulePath = startupParam.modulePath;
77 }
78
79 public static String getModulePath() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected