Home
last modified time | relevance | path

Searched refs:local_sid (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dapp_container.cc21 PSID local_sid; in ConvertSid() local
22 if (!ConvertStringSidToSid(sid.c_str(), &local_sid)) in ConvertSid()
24 return local_sid; in ConvertSid()
100 PSID local_sid; in CreateAppContainer() local
101 if (!ConvertStringSidToSid(sid.c_str(), &local_sid)) in CreateAppContainer()
122 LocalFree(local_sid); in CreateAppContainer()
127 PSID local_sid; in DeleteAppContainer() local
128 if (!ConvertStringSidToSid(sid.c_str(), &local_sid)) in DeleteAppContainer()
141 HRESULT rv = AppContainerUnregisterSid(local_sid); in DeleteAppContainer()
147 LocalFree(local_sid); in DeleteAppContainer()
[all …]
H A Dapp_container_test.cc52 PSID local_sid; in CreateTaggedEvent() local
53 if (!ConvertStringSidToSid(sid.c_str(), &local_sid)) in CreateTaggedEvent()
58 CSid csid(reinterpret_cast<SID*>(local_sid)); in CreateTaggedEvent()
63 LocalFree(local_sid); in CreateTaggedEvent()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/io_port2/
H A Dpcie_pkt_route_specifier.v22 input [SID_WIDTH-1:0] local_sid, port
27 assign fifo_dst = routing_table[local_sid];
H A Dpcie_dma_ctrl.v149 .local_sid(rtr_sid), .fifo_dst(rtr_dst)
/dports/net/samba412/samba-4.12.15/source4/scripting/bin/
H A Dget-descriptors83 self.local_sid = ndr_unpack( security.dom_sid,res[0]["objectSid"][0])
140 sddl_local = self.local_map[key].as_sddl(self.local_sid)
142 descr = security.descriptor.from_sddl(sddl, self.local_sid)
146 self.write_as_sddl(key, descr.as_sddl(self.local_sid))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgaia_credential_base_unittests.cc855 CComBSTR local_sid; in TEST_F() local
1797 CComBSTR local_sid; in TEST_F() local
1883 CComBSTR local_sid; in TEST_F() local
1935 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_F()
1954 CComBSTR local_sid; in TEST_F() local
2009 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_F()
2081 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_F()
2152 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_F()
2226 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_F()
2356 std::wstring sid_str(local_sid, SysStringLen(local_sid)); in TEST_P()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_module_utils/library/
H A Dsid_utils_test.ps122 $local_sid = Get-ComputerSID variable
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.ModuleUtils.SID/library/
H A Dsid_utils_test.ps122 $local_sid = Get-ComputerSID variable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.ModuleUtils.SID/library/
H A Dsid_utils_test.ps122 $local_sid = Get-ComputerSID variable