Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance
679 } else if (args.mInvokeWith != null) { in validateUsapCommand()788 if (args.mInvokeWith != null && peerUid != 0 in applyInvokeWithSecurityPolicy()802 if (args.mInvokeWith == null && args.mNiceName != null) { in applyInvokeWithSystemProperty()804 args.mInvokeWith = SystemProperties.get(property); in applyInvokeWithSystemProperty()805 if (args.mInvokeWith != null && args.mInvokeWith.length() == 0) { in applyInvokeWithSystemProperty()806 args.mInvokeWith = null; in applyInvokeWithSystemProperty()
117 String mInvokeWith; field in ZygoteArguments331 if (mInvokeWith != null) { in parseArgs()336 mInvokeWith = args[++curArg]; in parseArgs()
227 if (parsedArgs.mInvokeWith != null) { in processOneCommand()589 if (parsedArgs.mInvokeWith != null) { in handleChildProc()590 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
510 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()523 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()