Home
last modified time | relevance | path

Searched refs:isZygote (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java518 FileDescriptor pipeFd, boolean isZygote) { in handleChildProc() argument
540 if (!isZygote) { in handleChildProc()
DZygote.java1169 boolean isZygote, String instructionSet) { in callPostForkChildHooks() argument
1170 ZygoteHooks.postForkChild(runtimeFlags, isSystemServer, isZygote, instructionSet); in callPostForkChildHooks()