Searched refs:CD_OpenExisting (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 959 } else if (Disp == CD_OpenExisting) { 1011 * CD_OpenExisting conv: auto n/a 1022 * CD_OpenExisting conv: off n/a 1041 * - the create disposition is not equal to CD_OpenExisting 1059 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) && 1098 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 163 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
|
| H A D | MemoryBuffer.cpp | 382 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 282 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in restoreStatOnFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 743 CD_OpenExisting = 2, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1107 case CD_OpenExisting: 1233 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|