Home
last modified time | relevance | path

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

/bootable/recovery/tests/component/
Dimgdiff_test.cpp302 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
345 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
378 const std::vector<char> src_data = { in TEST() local
408 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
454 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
491 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local
527 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', in TEST() local
563 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
602 const std::vector<char> src_data = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', in TEST() local
/bootable/recovery/applypatch/
Dimgpatch.cpp52 static bool ApplyBSDiffPatchAndStreamOutput(const uint8_t* src_data, size_t src_len, in ApplyBSDiffPatchAndStreamOutput()