Home
last modified time | relevance | path

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

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java184 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles() local
185 goldenFile.getParentFile().mkdirs(); in produceGoldenFiles()
186 goldenFile.createNewFile(); in produceGoldenFiles()
188 putObjectToStream(data[i], new FileOutputStream(goldenFile)); in produceGoldenFiles()
643 File goldenFile = new File(goldenPath); in createGoldenFile() local
644 goldenFile.getParentFile().mkdirs(); in createGoldenFile()
645 goldenFile.createNewFile(); in createGoldenFile()
647 putObjectToStream(object, new FileOutputStream(goldenFile)); in createGoldenFile()
651 + goldenFile.getAbsolutePath()); in createGoldenFile()