Home
last modified time | relevance | path

Searched refs:CD_OpenExisting (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp300 sys::fs::CD_OpenExisting)) in apply()
H A DFileCollector.cpp165 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
H A DMemoryBuffer.cpp417 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc995 } 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 DFileSystem.h740 CD_OpenExisting = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1163 case CD_OpenExisting:
1283 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);