Searched refs:CD_OpenExisting (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 358 sys::fs::CD_OpenExisting)) in apply()
|
| H A D | FileCollector.cpp | 165 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
|
| H A D | MemoryBuffer.cpp | 397 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 990 } else if (Disp == CD_OpenExisting) { 1042 * CD_OpenExisting conv: auto n/a 1053 * CD_OpenExisting conv: off n/a 1072 * - the create disposition is not equal to CD_OpenExisting 1090 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) && 1129 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 743 CD_OpenExisting = 2, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1115 case CD_OpenExisting: 1235 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1599 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()
|