Searched refs:FilePathname (Results 1 – 1 of 1) sorted by relevance
817 SmallString<128> FilePathname(TestDirectory); in TEST_F() local819 path::append(FilePathname, "test"); in TEST_F()822 raw_fd_ostream File(FilePathname, EC, sys::fs::F_Text); in TEST_F()827 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F()833 raw_fd_ostream File(FilePathname, EC, sys::fs::F_None); in TEST_F()838 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F()842 ASSERT_NO_ERROR(fs::remove(Twine(FilePathname))); in TEST_F()