Home
last modified time | relevance | path

Searched refs:mInvokeWith (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygote.java679 } 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()
DZygoteArguments.java117 String mInvokeWith; field in ZygoteArguments
331 if (mInvokeWith != null) { in parseArgs()
336 mInvokeWith = args[++curArg]; in parseArgs()
DZygoteConnection.java227 if (parsedArgs.mInvokeWith != null) { in processOneCommand()
589 if (parsedArgs.mInvokeWith != null) { in handleChildProc()
590 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
DZygoteInit.java510 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()
523 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()