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

  /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);
  /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/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 78 typedef typename HandleType::handle_type handle_type; typedef in class:__anon25216::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:__anon25216::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:__anon25216::FileMappingHandle
144 typedef LPVOID handle_type; typedef in struct:__anon25216::MappedViewOfFileHandle
    [all...]
  /external/kernel-headers/original/linux/
fs.h 1026 int handle_type; member in struct:file_handle
    [all...]

Completed in 343 milliseconds