Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance
117 String mInvokeWith; field in ZygoteArguments384 if (mInvokeWith != null) { in parseArgs()390 mInvokeWith = args.nextArg(); in parseArgs()
214 if (parsedArgs.mInvokeWith != null) { in processCommand()253 if (parsedArgs.mInvokeWith != null || parsedArgs.mStartChildZygote in processCommand()531 if (parsedArgs.mInvokeWith != null) { in handleChildProc()532 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
956 } else if (args.mInvokeWith != null) { in validateUsapCommand()1091 if (args.mInvokeWith != null && peerUid != 0 in applyInvokeWithSecurityPolicy()1125 if (args.mInvokeWith == null) { in applyInvokeWithSystemProperty()1126 args.mInvokeWith = getWrapProperty(args.mNiceName); in applyInvokeWithSystemProperty()
469 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()482 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()