Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dpartition_update_generator_android_unittest.cc114 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 DResTable_test.cpp402 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 Dconfigparser_test.cc49 TEST(configparser, system_contents) { in TEST() argument