Home
last modified time | relevance | path

Searched defs:ToSelfRelative (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dsecurity_descriptor.cc328 SecurityDescriptor::ToSelfRelative() const { in ToSelfRelative() function in base::win::SecurityDescriptor
H A Dsecurity_descriptor_unittest.cc333 TEST(SecurityDescriptorTest, ToSelfRelative) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsecurity_windows.go1332 func (absoluteSD *SECURITY_DESCRIPTOR) ToSelfRelative() (selfRelativeSD *SECURITY_DESCRIPTOR, err e… func