Searched refs:FileDescriptor2 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 456 int FileDescriptor2; in TEST_F() local 459 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2)); in TEST_F() 464 ::close(FileDescriptor2); in TEST_F() 1097 int FileDescriptor2; in TEST_F() local 1100 fs::openFileForRead(Twine(TempPath), FileDescriptor2, &ResultPath)) in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 486 int FileDescriptor2; in TEST_F() local 489 fs::createTemporaryFile("prefix", "temp", FileDescriptor2, TempPath2)); in TEST_F() 494 ::close(FileDescriptor2); in TEST_F() 1241 int FileDescriptor2; in TEST_F() local 1243 ASSERT_NO_ERROR(fs::openFileForRead(Twine(TempPath), FileDescriptor2, in TEST_F() 1256 ::close(FileDescriptor2); in TEST_F()
|