Searched refs:FilePathname (Results 1 – 1 of 1) sorted by relevance
1303 SmallString<128> FilePathname(TestDirectory); in TEST_F() local1305 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()