Home
last modified time | relevance | path

Searched defs:acl (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/cronet/base/win/
H A Daccess_control_list_unittest.cc58 std::wstring ConvertAclToSddl(const AccessControlList& acl, in ConvertAclToSddl()
101 auto acl = AccessControlList::FromMandatoryLabel(0, 0, 0); in TEST() local
128 AccessControlList acl; in TEST() local
167 AccessControlList acl; in TEST() local
190 AccessControlList acl; in TEST() local
210 AccessControlList acl; in TEST() local
231 AccessControlList acl; in TEST() local
H A Daccess_control_list.cc24 std::unique_ptr<uint8_t[]> AclToBuffer(const ACL* acl) { in AclToBuffer()
36 ACL acl = {}; in EmptyAclToBuffer() local
106 std::optional<AccessControlList> AccessControlList::FromPACL(ACL* acl) { in FromPACL()
151 std::unique_ptr<uint8_t[]> acl = AddACEToAcl(get(), entries); in SetEntries() local
176 AccessControlList::AccessControlList(const ACL* acl) : acl_(AclToBuffer(acl)) {} in AccessControlList()
H A Dsecurity_descriptor.cc39 PACL UnwrapAcl(const std::optional<AccessControlList>& acl) { in UnwrapAcl()
194 PACL acl; in GetSecurityDescriptorAcl() local
/aosp_15_r20/external/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c79 acl_t acl; in test_acl_user_create() local
90 acl_t acl; in test_acl_grp_create() local
99 acl_t acl; in test_acl_default_create() local
288 void test_acl_default(char *dir, acl_t acl) in test_acl_default()
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dproxy_host.cc66 emboss::AclDataFrameWriter& acl) { in CheckForActiveFragmenting()
93 emboss::AclDataFrameWriter& acl, in CheckForFragmentedStart()
167 Result<emboss::AclDataFrameWriter> acl = in HandleAclFromController() local
317 Result<emboss::AclDataFrameWriter> acl = in HandleAclFromHost() local
H A Dproxy_host_test.cc2344 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2693 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2739 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2784 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2829 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2871 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2919 Result<emboss::AclDataFrameWriter> acl = in TEST() local
2976 Result<emboss::AclDataFrameWriter> acl = in TEST() local
3029 Result<emboss::AclDataFrameWriter> acl = in TEST() local
3064 Result<emboss::AclDataFrameWriter> acl = in TEST() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc446 auto acl = MakeAcl(); in TEST_F() local
464 auto acl = MakeAcl(); in TEST_F() local
611 auto acl = MakeAcl(); in TEST_F() local
706 auto acl = MakeAcl(); in TEST_F() local
716 auto acl = MakeAcl(); in TEST_F() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c1517 int hostapd_ctrl_iface_acl_del_mac(struct mac_acl_entry **acl, int *num, in hostapd_ctrl_iface_acl_del_mac()
1536 void hostapd_ctrl_iface_acl_clear_list(struct mac_acl_entry **acl, in hostapd_ctrl_iface_acl_clear_list()
1544 int hostapd_ctrl_iface_acl_show_mac(struct mac_acl_entry *acl, int num, in hostapd_ctrl_iface_acl_show_mac()
1566 int hostapd_ctrl_iface_acl_add_mac(struct mac_acl_entry **acl, int *num, in hostapd_ctrl_iface_acl_add_mac()
H A Dap_config.c1773 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num, in hostapd_add_acl_maclist()
1795 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num, in hostapd_remove_acl_mac()
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DAclAttributeProvider.java66 ImmutableList<AclEntry> acl = DEFAULT_ACL; in defaultValues() local
140 public void setAcl(List<AclEntry> acl) throws IOException { in setAcl()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc90 void SendAclData(std::unique_ptr<AclBuilder> acl) { in SendAclData()
118 auto acl = AclView::Create(incoming_acl_.take()); in GetReceivedAcl() local
184 auto acl = std::move(outgoing_acl_.front()); in handle_enqueue() local
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgs.py470 def __init__(self, boto_file=None, cache_dir=None, acl=None, argument
889 def Copy(self, src_path, dest_path, acl=None, recursive=False, argument
1093 def SetACL(self, upload_url, acl=None, **kwargs): argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/10/libcore/ojluni/src/main/java/java/nio/file/attribute/
DAclFileAttributeView.java213 void setAcl(List<AclEntry> acl) throws IOException; in setAcl()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/attribute/
DAclFileAttributeView.java213 void setAcl(List<AclEntry> acl) throws IOException; in setAcl()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/attribute/
H A DAclFileAttributeView.java213 void setAcl(List<AclEntry> acl) throws IOException; in setAcl()
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc75 std::shared_ptr<callback_params_t> acl{nullptr}; in do_connect() local
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.cc55 std::shared_ptr<acl_state_changed_params_t> acl{nullptr}; in do_mode() local
/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs180 let acl = AclInformation::new(handle, transport); in get_or_allocate_connection() localVariable
196 let mut acl = AclInformation::new(handle, transport); in report_connection_start() localVariable
702 let acl = device.get_or_allocate_connection(0, Transport::BREDR); in report_sco_connection_start() localVariable
/aosp_15_r20/external/googleapis/google/storage/v1/
H A Dstorage_resources.proto258 repeated BucketAccessControl acl = 1; field
706 repeated ObjectAccessControl acl = 4; field
/aosp_15_r20/trusty/user/base/lib/system_state/srv/
Dsystem_state_server.c90 static struct tipc_port_acl acl = { in add_system_state_service() local
/aosp_15_r20/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc_srv.h98 const struct tipc_port_acl* acl; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc52 auto acl = hci::AclView::Create(GetPacketView(outgoing_acl_.take())); in GetSentAcl() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr05.c46 static acl_t acl; variable
/aosp_15_r20/frameworks/native/libs/binder/trusty/include_mock/lib/tipc/
H A Dtipc_srv.h33 const struct tipc_port_acl* acl; member
/aosp_15_r20/trusty/kernel/lib/vmm_obj_service/
H A Dvmm_obj_service.c40 struct ktipc_port_acl* acl, in vmm_obj_service_create_ro()

12345678910>>...24