Home
last modified time | relevance | path

Searched defs:CreationDisposition (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
DDirectoryWatcher-windows.cpp276 DWORD CreationDisposition = OPEN_EXISTING; in create() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h729 enum CreationDisposition : unsigned { enum