Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance
755 } else if (args.mInvokeWith != null) { in validateUsapCommand()853 if (args.mInvokeWith != null && peerUid != 0 in applyInvokeWithSecurityPolicy()867 if (args.mInvokeWith == null && args.mNiceName != null) { in applyInvokeWithSystemProperty()869 args.mInvokeWith = SystemProperties.get(property); in applyInvokeWithSystemProperty()870 if (args.mInvokeWith != null && args.mInvokeWith.length() == 0) { in applyInvokeWithSystemProperty()871 args.mInvokeWith = null; in applyInvokeWithSystemProperty()
117 String mInvokeWith; field in ZygoteArguments347 if (mInvokeWith != null) { in parseArgs()352 mInvokeWith = args[++curArg]; in parseArgs()
219 if (parsedArgs.mInvokeWith != null) { in processOneCommand()492 if (parsedArgs.mInvokeWith != null) { in handleChildProc()493 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
515 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()528 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()