OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_dacl
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
acl.cc
39
bool AddSidToDacl(const Sid& sid, ACL*
old_dacl
, ACCESS_MODE access_mode,
52
if (ERROR_SUCCESS != ::SetEntriesInAcl(1, &new_access,
old_dacl
, new_dacl))
98
PACL
old_dacl
= NULL;
local
103
&
old_dacl
, NULL, &descriptor))
106
if (!AddSidToDacl(sid.GetPSID(),
old_dacl
, access_mode, access, &new_dacl)) {
acl.h
21
// |
old_dacl
|. If the function succeeds, new_dacl contains the new dacl and
23
bool AddSidToDacl(const Sid& sid, ACL*
old_dacl
, ACCESS_MODE access_mode,
/external/chromium_org/base/test/
test_file_util_win.cc
33
PACL
old_dacl
;
local
37
DACL_SECURITY_INFORMATION, NULL, NULL, &
old_dacl
,
53
if (SetEntriesInAcl(1, &change,
old_dacl
, &new_dacl) != ERROR_SUCCESS) {
/external/chromium/base/
file_util.h
583
PACL
old_dacl
;
587
DACL_SECURITY_INFORMATION, NULL, NULL, &
old_dacl
,
603
if (SetEntriesInAcl(1, &change,
old_dacl
, &new_dacl) != ERROR_SUCCESS) {
/external/chromium/base/files/
file_path_watcher_browsertest.cc
527
PACL
old_dacl
;
531
DACL_SECURITY_INFORMATION, NULL, NULL, &
old_dacl
,
563
if (SetEntriesInAcl(1, &change,
old_dacl
, &new_dacl) != ERROR_SUCCESS) {
Completed in 193 milliseconds