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
365 if (mInvokeWith != null) { in parseArgs()
370 mInvokeWith = args[++curArg]; in parseArgs()
DZygote.java828 } else if (args.mInvokeWith != null) { in validateUsapCommand()
928 if (args.mInvokeWith != null && peerUid != 0 in applyInvokeWithSecurityPolicy()
961 if (args.mInvokeWith == null) { in applyInvokeWithSystemProperty()
962 args.mInvokeWith = getWrapProperty(args.mNiceName); in applyInvokeWithSystemProperty()
DZygoteConnection.java219 if (parsedArgs.mInvokeWith != null) { in processOneCommand()
494 if (parsedArgs.mInvokeWith != null) { in handleChildProc()
495 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
DZygoteInit.java524 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()
537 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()