Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileUtilities.cpp358 sys::fs::CD_OpenExisting)) in apply()
H A DFileCollector.cpp165 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
H A DMemoryBuffer.cpp397 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc990 } 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 DFileSystem.h743 CD_OpenExisting = 2, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc1115 case CD_OpenExisting:
1235 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1599 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()