Searched refs:CD_OpenExisting (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | raw_pwrite_stream_test.cpp | 86 sys::fs::openFileForWrite("/dev/null", FD, sys::fs::CD_OpenExisting); in TEST()
|
| H A D | ProgramTest.cpp | 386 fs::CD_OpenExisting, fs::OF_None)); in TEST_F()
|
| H A D | Path.cpp | 1707 fs::CD_OpenExisting)); in TEST_F() 1812 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F() 1824 createFileWithData(NonExistantFile, true, fs::CD_OpenExisting, "Buzz"); in TEST_F() 1843 fs::CD_OpenExisting}; in TEST_F() 1914 fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F() 1926 fs::CD_OpenExisting, fs::OF_None)); in TEST_F()
|
| H A D | MemoryBufferTest.cpp | 122 TestPath, sys::fs::CD_OpenExisting, sys::fs::OF_None); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 163 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
|
| H A D | FileUtilities.cpp | 357 sys::fs::CD_OpenExisting)) in apply()
|
| H A D | MemoryBuffer.cpp | 377 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 993 } else if (Disp == CD_OpenExisting) { 1045 * CD_OpenExisting conv: auto n/a 1056 * CD_OpenExisting conv: off n/a 1075 * - the create disposition is not equal to CD_OpenExisting 1093 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) && 1132 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /llvm-project-15.0.7/clang/unittests/DirectoryWatcher/ |
| H A D | DirectoryWatcherTest.cpp | 387 CD_OpenExisting); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 743 CD_OpenExisting = 2, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1123 case CD_OpenExisting: 1243 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1414 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()
|