Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp388 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
421 const std::vector<char> src_data = { in TEST() local
495 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
532 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local
568 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local
604 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
643 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
/bootable/recovery/applypatch/
Dimgpatch.cpp53 static bool ApplyBSDiffPatchAndStreamOutput(const uint8_t* src_data, size_t src_len, in ApplyBSDiffPatchAndStreamOutput()