Searched refs:ForkTest (Results 1 – 2 of 2) sorted by relevance
66 void ForkTest(const std::string& subdir, const std::function<void(void)>& test_body) { in ForkTest() function162 ForkTest("empty", std::bind(&ExpectChargerResAt, "/system/etc/res/images/")); in TEST()167 ForkTest("legacy", std::bind(&ExpectChargerResAt, "/res/images/")); in TEST()173 ForkTest("legacy_text_system_images", in TEST()179 ForkTest("product", std::bind(&ExpectChargerResAt, "/product/etc/res/images/")); in TEST()
92 TEST(AshmemTest, ForkTest) { in TEST() argument