Lines Matching refs:Remove
539 static bool Remove(const std::string& path, /*out*/ std::string* error_msg) { in Remove() function
595 ASSERT_TRUE(Remove(data_location_path, &error_msg)) << error_msg; in TEST_F()
618 ASSERT_TRUE(Remove(system_location_path, &error_msg)) << error_msg; in TEST_F()
641 ASSERT_TRUE(Remove(system_ext_location_path, &error_msg)) << error_msg; in TEST_F()
669 ASSERT_TRUE(Remove(system_framework_location_path, &error_msg)) << error_msg; in TEST_F()
696 ASSERT_TRUE(Remove(system_ext_framework_location_path, &error_msg)) << error_msg; in TEST_F()
720 ASSERT_TRUE(Remove(data_multi_location_path, &error_msg)) << error_msg; in TEST_F()
745 ASSERT_TRUE(Remove(system_multi_location_path, &error_msg)) << error_msg; in TEST_F()
770 ASSERT_TRUE(Remove(system_ext_multi_location_path, &error_msg)) << error_msg; in TEST_F()
799 ASSERT_TRUE(Remove(system_framework_multi_location_path, &error_msg)) << error_msg; in TEST_F()
828 ASSERT_TRUE(Remove(system_ext_framework_multi_location_path, &error_msg)) << error_msg; in TEST_F()