Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dextent_writer_unittest.cc79 brillo::Blob expected_file(kBlockSize); in TEST_F() local
80 expected_file.insert( in TEST_F()
81 expected_file.end(), bytes.data(), bytes.data() + bytes.size()); in TEST_F()
82 ExpectVectorsEq(expected_file, result_file); in TEST_F()
132 brillo::Blob expected_file; in WriteAlignedExtents() local
133 expected_file.insert(expected_file.end(), in WriteAlignedExtents()
136 expected_file.insert( in WriteAlignedExtents()
137 expected_file.end(), data.begin(), data.begin() + kBlockSize); in WriteAlignedExtents()
138 expected_file.insert( in WriteAlignedExtents()
139 expected_file.end(), data.begin() + kBlockSize * 2, data.end()); in WriteAlignedExtents()
[all …]
/system/core/liblog/tests/
Dliblog_global_state.cpp30 std::string expected_file = Basename(__FILE__); in TEST() local
40 EXPECT_EQ(expected_file, file); in TEST()
58 static std::string expected_file = Basename(__FILE__); in TEST() local
68 EXPECT_EQ(expected_file, log_message->file); in TEST()
/system/testing/gtest_extras/tests/
DOptionsTest.cpp493 std::string expected_file(cwd); in TEST_F() local
494 expected_file += "/cwd.xml"; in TEST_F()
496 EXPECT_EQ(expected_file, options.xml_file()); in TEST_F()