Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc965 } else if (Disp == CD_OpenExisting) {
1017 * CD_OpenExisting conv: auto n/a
1028 * CD_OpenExisting conv: off n/a
1047 * - the create disposition is not equal to CD_OpenExisting
1065 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) &&
1104 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp163 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
H A DMemoryBuffer.cpp382 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp276 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in restoreStatOnFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h743 CD_OpenExisting = 2, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1102 case CD_OpenExisting:
1228 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1285 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()