Home
last modified time | relevance | path

Searched refs:CD_CreateNew (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1313 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/
DPerfJITEventListener.cpp201 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in PerfJITEventListener()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h694 CD_CreateNew = 1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1034 case CD_CreateNew:
1094 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp205 sys::fs::CD_CreateNew, Flags, Mode)) { in createUniqueEntity()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc742 if (Disp == CD_CreateNew) {