Home
last modified time | relevance | path

Searched refs:CD_OpenExisting (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A Draw_pwrite_stream_test.cpp86 sys::fs::openFileForWrite("/dev/null", FD, sys::fs::CD_OpenExisting); in TEST()
H A DProgramTest.cpp386 fs::CD_OpenExisting, fs::OF_None)); in TEST_F()
H A DPath.cpp1707 fs::CD_OpenExisting)); in TEST_F()
1812 ASSERT_ERROR(fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F()
1824 createFileWithData(NonExistantFile, true, fs::CD_OpenExisting, "Buzz"); in TEST_F()
1843 fs::CD_OpenExisting}; in TEST_F()
1914 fs::openFileForWrite(NonExistantFile, FD, fs::CD_OpenExisting)); in TEST_F()
1926 fs::CD_OpenExisting, fs::OF_None)); in TEST_F()
H A DMemoryBufferTest.cpp122 TestPath, sys::fs::CD_OpenExisting, sys::fs::OF_None); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp163 sys::fs::openFileForWrite(Filename, FD, sys::fs::CD_OpenExisting)) in copyAccessAndModificationTime()
H A DFileUtilities.cpp357 sys::fs::CD_OpenExisting)) in apply()
H A DMemoryBuffer.cpp377 Filename, sys::fs::CD_OpenExisting, sys::fs::OF_None); in getReadWriteFile()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc993 } else if (Disp == CD_OpenExisting) {
1045 * CD_OpenExisting conv: auto n/a
1056 * CD_OpenExisting conv: off n/a
1075 * - the create disposition is not equal to CD_OpenExisting
1093 bool DoSetTag = (Access & FA_Write) && (Disp != CD_OpenExisting) &&
1132 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
/llvm-project-15.0.7/clang/unittests/DirectoryWatcher/
H A DDirectoryWatcherTest.cpp387 CD_OpenExisting); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h743 CD_OpenExisting = 2, enumerator
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1123 case CD_OpenExisting:
1243 openNativeFile(Name, CD_OpenExisting, FA_Read, Flags);
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1414 CHECK(openNativeFile(xarPath, CD_OpenExisting, FA_Read, OF_None), in writeTo()