HomeSort by relevance Sort by last modified time
    Searched refs:old_dacl (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
acl.cc 40 bool AddSidToDacl(const Sid& sid, ACL* old_dacl, ACCESS_MODE access_mode,
53 if (ERROR_SUCCESS != ::SetEntriesInAcl(1, &new_access, old_dacl, new_dacl))
99 PACL old_dacl = NULL; local
104 &old_dacl, NULL, &descriptor))
107 if (!AddSidToDacl(sid.GetPSID(), old_dacl, access_mode, access, &new_dacl)) {
acl.h 22 // |old_dacl|. If the function succeeds, new_dacl contains the new dacl and
24 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) {

Completed in 400 milliseconds