OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acl_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc
136
int
acl_size
= sizeof(ACL) + sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD) +
local
140
scoped_array<char> acl_bytes(new char[
acl_size
]);
142
memset(acl, 0,
acl_size
);
143
if (!::InitializeAcl(acl,
acl_size
, ACL_REVISION)) {
Completed in 131 milliseconds