Home
last modified time | relevance | path

Searched refs:CD_CreateAlways (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Draw_ostream.cpp529 : 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()
DTarWriter.cpp165 openFileForWrite(OutputPath, FD, CD_CreateAlways, OF_None)) in create()
DFileOutputBuffer.cpp89 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
DPath.cpp959 openFileForWrite(To, WriteFD, CD_CreateAlways, OF_None)) { in copy_file()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h689 CD_CreateAlways = 0, enumerator
920 CreationDisposition Disp = CD_CreateAlways,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp282 openFileForWrite(Filename, ResultFD, llvm::sys::fs::CD_CreateAlways, in writeYaml()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1338 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/
Dllvm-ar.cpp391 sys::fs::CD_CreateAlways, in doExtract()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp792 sys::fs::openFileForWrite(NewFilename, FD, sys::fs::CD_CreateAlways); in getOutputFileName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1023 // 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/
DPath.inc745 } else if (Disp == CD_CreateAlways) {