Searched refs:system_contents (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/update_engine/payload_consumer/ |
H A D | partition_update_generator_android_unittest.cc | 114 auto system_contents = std::string(4096 * 2, '1'); in TEST_F() local 117 {"system_a", system_contents}, in TEST_F() 128 "system", system_contents, system_partition_update.value()); in TEST_F() 137 auto system_contents = std::string(4096 * 10, '2'); in TEST_F() local 140 {"system_a", system_contents}, in TEST_F() 156 CheckPartitionUpdate("system", system_contents, update_list[1]); in TEST_F()
|
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | ResTable_test.cpp | 402 std::string system_contents; in TEST() local 404 "resources.arsc", &system_contents)); in TEST() 408 table.add(system_contents.data(), system_contents.size())); in TEST()
|
/aosp12/system/linkerconfig/modules/tests/ |
H A D | configparser_test.cc | 49 TEST(configparser, system_contents) { in TEST() argument
|