Searched refs:CD_CreateAlways (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 530 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 539 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream() 544 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
|
| H A D | TarWriter.cpp | 165 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
|
| H A D | FileOutputBuffer.cpp | 95 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
| H A D | Path.cpp | 967 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 721 CD_CreateAlways = 0, enumerator 952 CreationDisposition Disp = CD_CreateAlways,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 449 sys::fs::CD_CreateAlways, in doExtract()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1050 // now explicit and defaults to CD_CreateAlways, this assumption would cause 1059 case CD_CreateAlways:
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1270 log_file, FD, llvm::sys::fs::CD_CreateAlways, flags)) { in EnableLog()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 813 } else if (Disp == CD_CreateAlways) {
|