Searched defs:src_data (Results 1 – 2 of 2) sorted by relevance
| /bootable/recovery/tests/unit/host/ |
| D | imgdiff_test.cpp | 389 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local 422 const std::vector<char> src_data = { in TEST() local 496 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local 533 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local 569 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local 605 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local 644 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
|
| /bootable/recovery/applypatch/ |
| D | imgpatch.cpp | 53 static bool ApplyBSDiffPatchAndStreamOutput(const uint8_t* src_data, size_t src_len, in ApplyBSDiffPatchAndStreamOutput()
|