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.java755 } 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()
DZygoteArguments.java117 String mInvokeWith; field in ZygoteArguments
347 if (mInvokeWith != null) { in parseArgs()
352 mInvokeWith = args[++curArg]; in parseArgs()
DZygoteConnection.java219 if (parsedArgs.mInvokeWith != null) { in processOneCommand()
492 if (parsedArgs.mInvokeWith != null) { in handleChildProc()
493 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleChildProc()
DZygoteInit.java515 if (parsedArgs.mInvokeWith != null) { in handleSystemServerProcess()
528 WrapperInit.execApplication(parsedArgs.mInvokeWith, in handleSystemServerProcess()