Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java822 PathPair scriptOut = mTestRootDir.createSubPath("script.out"); in executeCommandOnDeviceWithResultCode() local
826 String hostScriptContent = command + " > " + scriptOut.devicePath + " 2>&1 ; echo -n $?"; in executeCommandOnDeviceWithResultCode()
841 pullFile(scriptOut); in executeCommandOnDeviceWithResultCode()
842 byte[] outputBytes = Files.readAllBytes(scriptOut.hostPath); in executeCommandOnDeviceWithResultCode()
857 deleteDeviceFile(scriptOut, false /* failOnError */); in executeCommandOnDeviceWithResultCode()
859 deleteHostFile(scriptOut, false /* failOnError */); in executeCommandOnDeviceWithResultCode()