Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance
117 String mInvokeWith; field in ZygoteArguments379 if (mInvokeWith != null) { in parseArgs()385 mInvokeWith = args.nextArg(); in parseArgs()
211 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()
917 } 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()
530 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()543 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()