Searched refs:acl_present (Results 1 - 4 of 4) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
H A D | main.c | 200 BOOL acl_present, acl_default; in change_user() local 201 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 224 BOOL acl_present, acl_default; in change_user() local 225 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user()
|
H A D | ohos_pa_main.c | 203 BOOL acl_present, acl_default; in change_user() local 204 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user() 227 BOOL acl_present, acl_default; in change_user() local 228 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in change_user()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | ohos_socket-server.c | 259 BOOL acl_present, acl_default; in pa_socket_server_new_unix() local 260 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in pa_socket_server_new_unix()
|
H A D | socket-server.c | 240 BOOL acl_present, acl_default; in pa_socket_server_new_unix() local 241 if (GetSecurityDescriptorDacl(sd, &acl_present, &acl, &acl_default)) { in pa_socket_server_new_unix()
|
Completed in 6 milliseconds