Searched refs:TempPath2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 457 SmallString<64> TempPath2; in TEST_F() local 459 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2)); in TEST_F() 462 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D)); in TEST_F() 466 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2))); in TEST_F() 470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F() 472 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D2)); in TEST_F() 503 SmallString<64> TempPath2; in TEST_F() local 504 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "temp", FD2, TempPath2)); in TEST_F() 505 ASSERT_TRUE(TempPath2.endswith(".temp")); in TEST_F() 506 ASSERT_NE(TempPath.str(), TempPath2.str()); in TEST_F() [all …]
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 651 SmallString<64> TempPath2; in TEST_F() local 653 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2)); in TEST_F() 656 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D)); in TEST_F() 660 ASSERT_NO_ERROR(fs::remove(Twine(TempPath2))); in TEST_F() 664 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F() 666 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath2), D2)); in TEST_F() 685 ASSERT_NO_ERROR(fs::remove(TempPath2)); in TEST_F() 805 SmallString<64> TempPath2; in TEST_F() local 806 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "temp", FD2, TempPath2)); in TEST_F() 807 ASSERT_TRUE(TempPath2.endswith(".temp")); in TEST_F() [all …]
|