Searched refs:TempPath2 (Results 1 – 1 of 1) sorted by relevance
699 SmallString<64> TempPath2; in TEST_F() local708 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2))); in TEST_F()733 ASSERT_NO_ERROR(fs::remove(TempPath2)); in TEST_F()857 SmallString<64> TempPath2; in TEST_F() local859 ASSERT_TRUE(TempPath2.endswith(".temp")); in TEST_F()860 ASSERT_NE(TempPath.str(), TempPath2.str()); in TEST_F()864 ASSERT_NO_ERROR(fs::status(Twine(TempPath2), B)); in TEST_F()870 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2))); in TEST_F()871 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2))); in TEST_F()872 ASSERT_EQ(fs::remove(Twine(TempPath2), false), in TEST_F()[all …]