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