Searched defs:old_size (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/applypatch/ |
D | bspatch.cpp | 67 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value* patch, in ApplyBSDiffPatch()
|
D | imgpatch.cpp | 128 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const unsigned char* patch_data, in ApplyImagePatch() 141 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value* patch, SinkFn sink, in ApplyImagePatch()
|
/bootable/recovery/tests/component/ |
D | applypatch_test.cpp | 104 static size_t old_size; member in ApplyPatchTest 141 size_t ApplyPatchTest::old_size; member in ApplyPatchTest
|