Searched refs:CD_OpenExisting (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 300 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 | 417 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 995 } else if (Disp == CD_OpenExisting) { 1047 * CD_OpenExisting conv: auto n/a 1058 * CD_OpenExisting conv: off n/a 1077 * - the create disposition is not equal to CD_OpenExisting 1095 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) && 1134 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 740 CD_OpenExisting = 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1163 case CD_OpenExisting: 1283 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
|