Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java845 String scriptPath = outputFile.toString(); in executeShellCommandWithTempFile() local
848 try (BufferedWriter writer = new BufferedWriter(new FileWriter(scriptPath))) { in executeShellCommandWithTempFile()
854 executeShellCommand(scriptPath); in executeShellCommandWithTempFile()