Searched refs:fdsToIgnore (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | ZygoteConnection.java | 209 int[] fdsToIgnore = null; in processCommand() local 217 fdsToIgnore = new int[]{childPipeFd.getInt$(), serverPipeFd.getInt$()}; in processCommand() 256 fdsToClose, fdsToIgnore, parsedArgs.mStartChildZygote, in processCommand()
|
H A D | Zygote.java | 362 int[] fdsToIgnore, boolean startChildZygote, String instructionSet, String appDataDir, in forkAndSpecialize() argument 369 fdsToIgnore, startChildZygote, instructionSet, appDataDir, isTopApp, in forkAndSpecialize() 391 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() argument
|