Home
last modified time | relevance | path

Searched defs:dacl_protected (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dsecurity_descriptor.h226 bool dacl_protected() const { return dacl_protected_; } in dacl_protected() function
227 void set_dacl_protected(bool dacl_protected) { in set_dacl_protected()
H A Dsecurity_descriptor.cc430 bool dacl_protected, in SecurityDescriptor()