HomeSort by relevance Sort by last modified time
    Searched refs:ExpectVectorsEq (Results 1 - 7 of 7) sorted by null

  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 34 using chromeos_update_engine::test_utils::ExpectVectorsEq;
86 ExpectVectorsEq(expected_file, result_file);
146 ExpectVectorsEq(expected_file, result_file);
190 ExpectVectorsEq(expected_file, result_file);
231 ExpectVectorsEq(expected_data, resultant_data);
bzip_extent_writer_unittest.cc 119 test_utils::ExpectVectorsEq(original_compressed_data, compressed_data);
124 test_utils::ExpectVectorsEq(decompressed_data, output);
extent_reader_unittest.cc 35 using chromeos_update_engine::test_utils::ExpectVectorsEq;
88 ExpectVectorsEq(blob1, blob2);
cached_file_descriptor_unittest.cc 30 using chromeos_update_engine::test_utils::ExpectVectorsEq;
filesystem_verifier_action_unittest.cc 212 test_utils::ExpectVectorsEq(a_loop_data, a_out);
  /system/update_engine/common/
test_utils.h 73 bool ExpectVectorsEq(const brillo::Blob& a, const brillo::Blob& b);
test_utils.cc 233 bool ExpectVectorsEq(const brillo::Blob& expected,

Completed in 84 milliseconds