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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1006 SmallString<128> FilePathname(TestDirectory); in TEST_F() local 1008 path::append(FilePathname, "test"); in TEST_F() 1011 raw_fd_ostream File(FilePathname, EC, sys::fs::F_Text); in TEST_F() 1016 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F() 1022 raw_fd_ostream File(FilePathname, EC, sys::fs::F_None); in TEST_F() 1027 auto Buf = MemoryBuffer::getFile(FilePathname.str()); in TEST_F() 1031 ASSERT_NO_ERROR(fs::remove(Twine(FilePathname))); in TEST_F()
|