Home
last modified time | relevance | path

Searched refs:TempPath3 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/Support/
DPath.cpp529 SmallString<64> TempPath3; in TEST_F() local
530 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "", TempPath3)); in TEST_F()
531 ASSERT_FALSE(TempPath3.endswith(".")); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp638 SmallString<64> TempPath3; in TEST_F() local
639 ASSERT_NO_ERROR(fs::createTemporaryFile("prefix", "", TempPath3)); in TEST_F()
640 ASSERT_FALSE(TempPath3.endswith(".")); in TEST_F()
641 FileRemover Cleanup3(TempPath3); in TEST_F()