Searched refs:CD_OpenExisting (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 175 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in restoreDateOnFile()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 368 Filename, FD, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 731 CD_OpenExisting = 2, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 818 } else if (Disp == CD_OpenExisting) { 870 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1065 case CD_OpenExisting: 1191 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|