Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java827 String hostScriptContent = command + " > " + scriptOut.devicePath + " 2>&1 ; echo -n $?"; in executeCommandOnDeviceWithResultCode() local
831 Files.write(scriptFile.hostPath, hostScriptContent.getBytes(StandardCharsets.US_ASCII)); in executeCommandOnDeviceWithResultCode()