Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java143 String[] shellScriptCommand = buildAdbCommand("shell", scriptFilepath); in runScriptInBackground() local
144 return RunUtil.getDefault().runCmdInBackground(shellScriptCommand); in runScriptInBackground()