OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WinHandle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
posix_compat.h
154
class
WinHandle
{
156
WinHandle
(const wchar_t *p, DWORD access, DWORD flags) {
161
~
WinHandle
() {
211
WinHandle
h(path, FILE_READ_ATTRIBUTES, flags);
266
detail::
WinHandle
h(path, DELETE, FILE_FLAG_OPEN_REPARSE_POINT);
292
detail::
WinHandle
h(path, GENERIC_WRITE, 0);
352
WinHandle
h(path, FILE_READ_ATTRIBUTES, 0);
412
detail::
WinHandle
h(path, FILE_READ_ATTRIBUTES | FILE_WRITE_ATTRIBUTES, 0);
439
detail::
WinHandle
h(path, FILE_READ_ATTRIBUTES, FILE_FLAG_OPEN_REPARSE_POINT);
operations.cpp
1222
detail::
WinHandle
h(p.c_str(), FILE_WRITE_ATTRIBUTES, 0);
Completed in 67 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026