Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestParserTestBase.java57 Vector<String> fileContents = new Vector<String>(); in readInFile() local
64 fileContents.add(line); in readInFile()
73 return fileContents.toArray(new String[fileContents.size()]); in readInFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceStressTest.java64 final String fileContents = "this is the test file contents"; in createTempTestFiles() local
67 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFiles()
DTestDeviceFuncTest.java341 final String fileContents = "this is the test file contents"; in createTempTestFile() local
343 FileUtil.writeToFile(fileContents, tmpFile); in createTempTestFile()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DJarSigningTest.java312 byte[] fileContents = "Very interesting contents".getBytes(Charsets.US_ASCII); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()
320 zf.add(fileName, new ByteArrayInputStream(fileContents)); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()
344 fileContents = "Not so interesting contents".getBytes(Charsets.US_ASCII); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()
346 zf.add(fileName, new ByteArrayInputStream(fileContents)); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java64 Vector<String> fileContents = new Vector<String>(); in readInFile() local
71 fileContents.add(line); in readInFile()
80 return fileContents.toArray(new String[fileContents.size()]); in readInFile()