Searched defs:_handle (Results 1 - 9 of 9) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| H A D | Handle.h | 13 HANDLE _handle;
member in NWindows::MY_UNCOPYABLE [all...] |
| H A D | SecurityUtils.h | 40 HANDLE _handle;
member in NWindows::NSecurity::CAccessToken 87 LSA_HANDLE _handle;
member [all...] |
| H A D | FileIO.cpp | 89 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode,
in Create() local [all...] |
| H A D | FileIO.h | 117 HANDLE _handle;
member in NWindows::NFile::NIO::MY_UNCOPYABLE [all...] |
| H A D | FileFind.h | 186 HANDLE _handle;
member in NWindows::NFile::NFind::MY_UNCOPYABLE 249 HANDLE _handle;
member in NWindows::NFile::NFind::MY_UNCOPYABLE
|
| H A D | FileFind.cpp | 213 _handle = ::FindFirstFileW(fs2us(path), &fd);
in FindFirst() local 332 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0); FindFirst() local 853 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); FindFirst() local [all...] |
| /third_party/alsa-utils/alsaloop/ |
| H A D | alsaloop.c | 76 static int create_loopback_handle(struct loopback_handle **_handle, in create_loopback_handle() argument 116 static int create_loopback(struct loopback **_handle, in create_loopback() argument
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | connection.py | 115 _handle = None variable in _ConnectionBase [all...] |
| /third_party/python/Lib/ctypes/ |
| H A D | __init__.py | 339 _handle = 0 variable in CDLL
|
Completed in 7 milliseconds