Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1303 SmallString<128> FilePathname(TestDirectory); in TEST_F() local
1305 path::append(FilePathname, "test"); in TEST_F()
1308 raw_fd_ostream File(FilePathname, EC, sys::fs::OF_TextWithCRLF); in TEST_F()
1313 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F()
1319 raw_fd_ostream File(FilePathname, EC, sys::fs::OF_None); in TEST_F()
1324 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F()
1328 ASSERT_NO_ERROR(fs::remove(Twine(FilePathname))); in TEST_F()