Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp378 static int FindMatchingPatch(uint8_t* sha1, const std::vector<std::string>& patch_sha1_str) { in FindMatchingPatch() function
400 (!patch_sha1_str.empty() && FindMatchingPatch(file.sha1, patch_sha1_str) < 0)) { in applypatch_check()
411 if (FindMatchingPatch(file.sha1, patch_sha1_str) < 0) { in applypatch_check()
518 int to_use = FindMatchingPatch(source_file.sha1, patch_sha1_str); in applypatch()
533 int to_use = FindMatchingPatch(copy_file.sha1, patch_sha1_str); in applypatch()