HomeSort by relevance Sort by last modified time
    Searched full:sha1s_single (Results 1 - 1 of 1) sorted by null

  /bootable/recovery/tests/component/
applypatch_test.cpp 172 std::vector<std::string> sha1s_single = { old_sha1 }; local
173 ASSERT_EQ(0, applypatch_check(temp_file.path, sha1s_single));
174 ASSERT_EQ(0, applypatch_check(nonexistent_file.c_str(), sha1s_single));

Completed in 125 milliseconds