Searched refs:CD_CreateNew (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1313 ASSERT_NO_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F() 1328 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_CreateNew)); in TEST_F() 1376 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1413 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1457 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1469 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F() 1481 createFileWithData(NonExistantFile, false, fs::CD_CreateNew, "Fizz"); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 201 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in PerfJITEventListener()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 694 CD_CreateNew = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 1034 case CD_CreateNew: 1094 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 205 sys::fs::CD_CreateNew, Flags, Mode)) { in createUniqueEntity()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 742 if (Disp == CD_CreateNew) {
|