Home
last modified time | relevance | path

Searched refs:CD_OpenExisting (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Draw_pwrite_stream_test.cpp87 sys::fs::openFileForWrite("/dev/null", FD, sys::fs::CD_OpenExisting); in TEST()
DPath.cpp1267 fs::CD_OpenExisting)); in TEST_F()
1372 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F()
1384 createFileWithData(NonExistantFile, true, fs::CD_OpenExisting, "Buzz"); in TEST_F()
1403 fs::CD_OpenExisting}; in TEST_F()
1474 fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F()
1486 fs::CD_OpenExisting, fs::OF_None)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DMemoryBuffer.cpp368 Filename, FD, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc750 } else if (Disp == CD_OpenExisting) {
802 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h699 CD_OpenExisting = 2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1038 case CD_OpenExisting:
1164 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);