Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java83 copyToOldFile("bsdifftest_partial_a.txt"); in testTransformBytes()
97 copyToOldFile("bsdifftest_partial_a.txt"); // Any file would work here in testTransformBytes_Error_NotEnoughBytes()
111 copyToOldFile("bsdifftest_partial_a.txt"); // Any file would work here in testTransformBytes_Error_JunkPatch()
127 copyToOldFile("bsdifftest_partial_a.txt"); in testTransformBytes_Error_JunkPatch_Underflow()
656 copyToOldFile(oldPath); in invokeApplyPatch()
719 private void copyToOldFile(String testDataFileName) throws IOException { in copyToOldFile() method in BsPatchTest