Home
last modified time | relevance | path

Searched refs:remainingArgs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java358 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()
DZygoteInit.java524 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()