Searched refs:fdsToClose (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 236 int [] fdsToClose = { -1, -1 }; in processCommand() local 241 fdsToClose[0] = fd.getInt$(); in processCommand() 247 fdsToClose[1] = zygoteFd.getInt$(); in processCommand() 256 fdsToClose, fdsToIgnore, parsedArgs.mStartChildZygote, in processCommand()
|
D | Zygote.java | 340 int[][] rlimits, int mountExternal, String seInfo, String niceName, int[] fdsToClose, in forkAndSpecialize() argument 347 uid, gid, gids, runtimeFlags, rlimits, mountExternal, seInfo, niceName, fdsToClose, in forkAndSpecialize() 370 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() argument
|