Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance
117 String mInvokeWith; field in ZygoteArguments365 if (mInvokeWith != null) { in parseArgs()370 mInvokeWith = args[++curArg]; in parseArgs()
828 } 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()
219 if (parsedArgs.mInvokeWith != null) { in processOneCommand()494 if (parsedArgs.mInvokeWith != null) { in handleChildProc()495 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
524 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()537 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()