Searched defs:testDataFileName (Results 1 – 2 of 2) sorted by relevance
702 private byte[] readTestData(String testDataFileName) throws IOException { in readTestData()719 private void copyToOldFile(String testDataFileName) throws IOException { in copyToOldFile()
670 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); in TestNewTypes() local