Home
last modified time | relevance | path

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

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java176 String goldenPath = outputPath + File.separatorChar in produceGoldenFiles() local
183 File goldenFile = new File(goldenPath + i + ".ser"); in produceGoldenFiles()
629 String goldenPath = test.getClass().getName().replace('.', in createGoldenFile() local
634 goldenPath = root + File.separatorChar + goldenPath; in createGoldenFile()
638 File goldenFile = new File(goldenPath); in createGoldenFile()
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go82 goldenPath := filepath.Join("testdata", relPath)
91 err := ioutil.WriteFile(goldenPath, got, 0666)
98 want, err := ioutil.ReadFile(goldenPath)
110 cmd := exec.Command("diff", "-u", goldenPath, genPath)