Searched refs:CD_CreateAlways (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 529 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream() 538 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, Access, in raw_fd_ostream() 543 : raw_fd_ostream(Filename, EC, sys::fs::CD_CreateAlways, sys::fs::FA_Write, in raw_fd_ostream()
|
D | TarWriter.cpp | 165 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
|
D | FileOutputBuffer.cpp | 89 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
D | Path.cpp | 959 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 689 CD_CreateAlways = 0, enumerator 920 CreationDisposition Disp = CD_CreateAlways,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkResult.cpp | 282 openFileForWrite(Filename, ResultFD, llvm::sys::fs::CD_CreateAlways, in writeYaml()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1338 fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateAlways)); in TEST_F() 1361 fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateAlways)); in TEST_F() 1402 fs::CreationDisposition Disps[] = {fs::CD_CreateAlways, fs::CD_OpenAlways, in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 391 sys::fs::CD_CreateAlways, in doExtract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 792 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1023 // now explicit and defaults to CD_CreateAlways, this assumption would cause 1032 case CD_CreateAlways:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 745 } else if (Disp == CD_CreateAlways) {
|