Searched refs:remainingArgs (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 358 String remainingArgs[]; field in ZygoteConnection.Arguments 548 remainingArgs = new String[args.length - curArg]; in parseArgs() 549 System.arraycopy(args, curArg, remainingArgs, 0, remainingArgs.length); in parseArgs() 755 pipeFd, parsedArgs.remainingArgs); in handleChildProc() 758 parsedArgs.remainingArgs, null /* classLoader */); in handleChildProc()
|
D | ZygoteInit.java | 524 String[] args = parsedArgs.remainingArgs; in handleSystemServerProcess() 532 … System.arraycopy(parsedArgs.remainingArgs, 0, amendedArgs, 2, parsedArgs.remainingArgs.length); in handleSystemServerProcess() 550 RuntimeInit.zygoteInit(parsedArgs.targetSdkVersion, parsedArgs.remainingArgs, cl); in handleSystemServerProcess()
|