Home
last modified time | relevance | path

Searched defs:testDataFileName (Results 1 – 2 of 2) sorted by relevance

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java702 private byte[] readTestData(String testDataFileName) throws IOException { in readTestData()
719 private void copyToOldFile(String testDataFileName) throws IOException { in copyToOldFile()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c670 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); in TestNewTypes() local