/external/llvm/lib/Support/Windows/ |
Windows.h | 48 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle 49 handle_type Handle; 57 explicit ScopedHandle(handle_type h) 65 handle_type take() { 66 handle_type t = Handle; 71 ScopedHandle &operator=(handle_type h) { 83 operator handle_type() const { 89 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits 91 static handle_type GetInvalid() 111 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits [all...] |
/external/chromium_org/sandbox/win/src/ |
handle_closer.h | 29 char16 handle_type[1]; member in struct:sandbox::HandleListEntry 49 ResultCode AddHandle(const char16* handle_type, const char16* handle_name);
|
handle_closer.cc | 37 ResultCode HandleCloser::AddHandle(const char16* handle_type, 39 if (!handle_type) 42 HandleMap::iterator names = handles_to_close_.find(handle_type); 45 HandleMap::value_type(handle_type, HandleMap::mapped_type())); 63 size_t bytes_entry = offsetof(HandleListEntry, handle_type) + 130 output = &list_entry->handle_type[0];
|
sandbox_policy.h | 221 virtual ResultCode AddKernelObjectToClose(const wchar_t* handle_type,
|
sandbox_policy_base.h | 66 virtual ResultCode AddKernelObjectToClose(const char16* handle_type,
|
sandbox_policy_base.cc | 62 DWORD handle_type = GetFileType(handle); 63 return handle_type == FILE_TYPE_DISK || handle_type == FILE_TYPE_PIPE; 417 ResultCode PolicyBase::AddKernelObjectToClose(const char16* handle_type, 419 return handle_closer_.AddHandle(handle_type, handle_name);
|
handle_closer_agent.cc | 52 char16* input = entry->handle_type;
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 78 typedef typename HandleType::handle_type handle_type; typedef in class:__anon22500::ScopedHandle 80 handle_type Handle; 86 explicit ScopedHandle(handle_type handle) 93 ScopedHandle& operator=(handle_type handle) { 105 operator handle_type() { 112 typedef HANDLE handle_type; typedef in struct:__anon22500::CommonHandle 114 static handle_type GetInvalidHandle() { 118 static void Destruct(handle_type Handle) { 122 static bool isValid(handle_type Handle) 128 typedef HANDLE handle_type; typedef in struct:__anon22500::FileMappingHandle 144 typedef LPVOID handle_type; typedef in struct:__anon22500::MappedViewOfFileHandle [all...] |
/external/chromium_org/content/common/ |
handle_enumerator_win.h | 36 static base::string16 GetAccessString(HandleType handle_type,
|
handle_enumerator_win.cc | 87 base::string16 GetAccessString(HandleType handle_type, 109 switch (handle_type) {
|
/external/kernel-headers/original/linux/ |
fs.h | 1026 int handle_type; member in struct:file_handle [all...] |