Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/tests/
Dbasic_test.cpp38 std::vector<uint8_t> expected_content; in TEST_F() local
39 expected_content.resize(image_size); in TEST_F()
41 expected_content[n] = uint8_t(n); in TEST_F()
47 EXPECT_EQ(expected_content, actual_content); in TEST_F()
/system/tools/aidl/tests/
Dend_to_end_tests.cpp56 const string& expected_content) { in CheckFileContents() argument
61 if (actual_content == expected_content) { in CheckFileContents()
65 test::PrintDiff(expected_content, actual_content); in CheckFileContents()
/system/core/init/
Dutil.h67 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content);
Dutil.cpp390 bool is_android_dt_value_expected(const std::string& sub_path, const std::string& expected_content)… in is_android_dt_value_expected() argument
393 if (dt_content == expected_content) { in is_android_dt_value_expected()