Home
last modified time | relevance | path

Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteArguments.java117 String mInvokeWith; field in ZygoteArguments
379 if (mInvokeWith != null) { in parseArgs()
385 mInvokeWith = args.nextArg(); in parseArgs()
DZygoteConnection.java211 if (parsedArgs.mInvokeWith != null) { in processCommand()
250 if (parsedArgs.mInvokeWith != null || parsedArgs.mStartChildZygote in processCommand()
528 if (parsedArgs.mInvokeWith != null) { in handleChildProc()
529 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
DZygote.java917 } else if (args.mInvokeWith != null) { in validateUsapCommand()
1026 if (args.mInvokeWith != null && peerUid != 0 in applyInvokeWithSecurityPolicy()
1059 if (args.mInvokeWith == null) { in applyInvokeWithSystemProperty()
1060 args.mInvokeWith = getWrapProperty(args.mNiceName); in applyInvokeWithSystemProperty()
DZygoteInit.java530 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()
543 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()