Home
last modified time | relevance | path

Searched refs:CD_OpenAlways (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1390 createFileWithData(NonExistantFile, false, fs::CD_OpenAlways, "Fizz"); in TEST_F()
1397 createFileWithData(NonExistantFile, true, fs::CD_OpenAlways, "Bu"); in TEST_F()
1402 fs::CreationDisposition Disps[] = {fs::CD_CreateAlways, fs::CD_OpenAlways, in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc740 Disp = CD_OpenAlways;
748 } else if (Disp == CD_OpenAlways) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h704 CD_OpenAlways = 3, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc1036 case CD_OpenAlways: