Home
last modified time | relevance | path

Searched refs:ObjectAttributes (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dnt_io.c64 IN POBJECT_ATTRIBUTES ObjectAttributes,
397 OBJECT_ATTRIBUTES ObjectAttributes; in _OpenNtName() local
421 InitializeObjectAttributes(&ObjectAttributes, in _OpenNtName()
439 &ObjectAttributes, in _OpenNtName()
457 &ObjectAttributes, in _OpenNtName()
475 &ObjectAttributes, in _OpenNtName()
/external/lzma/CPP/Windows/
DSecurityUtils.h58 PLSA_OBJECT_ATTRIBUTES ObjectAttributes, ACCESS_MASK DesiredAccess, PLSA_HANDLE PolicyHandle);
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dkeyed_event.rs89 ObjectAttributes: PVOID, in create()