HomeSort by relevance Sort by last modified time
    Searched refs:handle_type (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Support/Windows/
WindowsSupport.h 60 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
61 handle_type Handle;
69 explicit ScopedHandle(handle_type h)
77 handle_type take() {
78 handle_type t = Handle;
83 ScopedHandle &operator=(handle_type h) {
95 operator handle_type() const {
101 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
103 static handle_type GetInvalid()
123 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_closer.h 30 base::char16 handle_type[1]; member in struct:sandbox::HandleListEntry
50 ResultCode AddHandle(const base::char16* handle_type,
handle_closer.cc 37 ResultCode HandleCloser::AddHandle(const base::char16* handle_type,
39 if (!handle_type)
45 if (handle_type == base::string16(L"Key"))
50 HandleMap::iterator names = handles_to_close_.find(handle_type);
53 HandleMap::value_type(handle_type, HandleMap::mapped_type()));
71 size_t bytes_entry = offsetof(HandleListEntry, handle_type) +
139 output = &list_entry->handle_type[0];
sandbox_policy.h 239 virtual ResultCode AddKernelObjectToClose(const wchar_t* handle_type,
sandbox_policy_base.cc 66 DWORD handle_type = GetFileType(handle);
67 return handle_type == FILE_TYPE_DISK || handle_type == FILE_TYPE_PIPE;
393 ResultCode PolicyBase::AddKernelObjectToClose(const base::char16* handle_type,
395 return handle_closer_.AddHandle(handle_type, handle_name);
handle_closer_agent.cc 52 base::char16* input = entry->handle_type;
sandbox_policy_base.h 71 const base::char16* handle_type,
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 79 typedef typename HandleType::handle_type handle_type; typedef in class:__anon10258::ScopedHandle
81 handle_type Handle;
87 explicit ScopedHandle(handle_type handle)
94 ScopedHandle& operator=(handle_type handle) {
106 operator handle_type() {
113 typedef HANDLE handle_type; typedef in struct:__anon10258::CommonHandle
115 static handle_type GetInvalidHandle() {
119 static void Destruct(handle_type Handle) {
123 static bool isValid(handle_type Handle)
129 typedef HANDLE handle_type; typedef in struct:__anon10258::FileMappingHandle
145 typedef LPVOID handle_type; typedef in struct:__anon10258::MappedViewOfFileHandle
    [all...]
  /external/chromium_org/content/common/
handle_enumerator_win.h 36 static base::string16 GetAccessString(HandleType handle_type,
handle_enumerator_win.cc 89 base::string16 GetAccessString(HandleType handle_type,
111 switch (handle_type) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepotbase.h 27 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
29 handle_type Put(args_type args, bool *inserted = 0);
93 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
97 if (!args.is_valid()) return handle_type();
sanitizer_stackdepot.cc 86 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 81 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
  /external/valgrind/main/include/vki/
vki-linux.h 3146 int handle_type; member in struct:vki_file_handle
    [all...]

Completed in 363 milliseconds