Searched refs:FilePathname (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 817 SmallString<128> FilePathname(TestDirectory); in TEST_F() local 819 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()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 1246 SmallString<128> FilePathname(TestDirectory); in TEST_F() local 1248 path::append(FilePathname, "test"); in TEST_F() 1251 raw_fd_ostream File(FilePathname, EC, sys::fs::OF_Text); in TEST_F() 1256 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F() 1262 raw_fd_ostream File(FilePathname, EC, sys::fs::OF_None); in TEST_F() 1267 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F() 1271 ASSERT_NO_ERROR(fs::remove(Twine(FilePathname))); in TEST_F()
|