HomeSort by relevance Sort by last modified time
    Searched defs:old_dacl (Results 1 - 2 of 2) 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)) {
  /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 82 milliseconds