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

  /external/libchrome/sandbox/win/tools/finder/
ntundoc.h 33 } OBJECT_ATTRIBUTES;
155 (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \
178 #define POBJECT_ATTRIBUTES OBJECT_ATTRIBUTES*
192 OBJECT_ATTRIBUTES* );
242 OBJECT_ATTRIBUTES *,
  /external/tpm2/
Global.h 116 // OBJECT_ATTRIBUTES
118 // An OBJECT_ATTRIBUTES structure contains the variable attributes of an object. These properties are
120 // OBJECT_ATTRIBUTES is used in the definition of the OBJECT data type.
163 } OBJECT_ATTRIBUTES;
178 OBJECT_ATTRIBUTES attributes; // object attributes
205 OBJECT_ATTRIBUTES attributes; // The attributes of the HASH object
    [all...]
  /external/libchrome/sandbox/win/src/
nt_internals.h 71 } OBJECT_ATTRIBUTES;
72 typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
75 (p)->Length = sizeof(OBJECT_ATTRIBUTES);\
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 527 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
529 typedef CONST OBJECT_ATTRIBUTES *PCOBJECT_ATTRIBUTES;
544 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
winternl.h 133 } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES;
149 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
    [all...]

Completed in 107 milliseconds