Searched refs:fdsToClose (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 251 int [] fdsToClose = { -1, -1 }; in processOneCommand() local 256 fdsToClose[0] = fd.getInt$(); in processOneCommand() 262 fdsToClose[1] = fd.getInt$(); in processOneCommand() 269 parsedArgs.mNiceName, fdsToClose, fdsToIgnore, parsedArgs.mStartChildZygote, in processOneCommand()
|
D | Zygote.java | 235 int[][] rlimits, int mountExternal, String seInfo, String niceName, int[] fdsToClose, in forkAndSpecialize() argument 242 uid, gid, gids, runtimeFlags, rlimits, mountExternal, seInfo, niceName, fdsToClose, in forkAndSpecialize() 258 int[] fdsToClose, int[] fdsToIgnore, boolean startChildZygote, String instructionSet, in nativeForkAndSpecialize() argument
|