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.java183 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles() local
184 goldenFile.getParentFile().mkdirs(); in produceGoldenFiles()
185 goldenFile.createNewFile(); in produceGoldenFiles()
187 putObjectToStream(data[i], new FileOutputStream(goldenFile)); in produceGoldenFiles()
638 File goldenFile = new File(goldenPath); in createGoldenFile() local
639 goldenFile.getParentFile().mkdirs(); in createGoldenFile()
640 goldenFile.createNewFile(); in createGoldenFile()
642 putObjectToStream(object, new FileOutputStream(goldenFile)); in createGoldenFile()
646 + goldenFile.getAbsolutePath()); in createGoldenFile()