Home | History | Annotate | Download | only in gio

Lines Matching refs:psd

1317   PSECURITY_DESCRIPTOR psd = NULL;
1326 (psd = g_try_malloc (sd_size)) != NULL &&
1329 psd,
1344 if (!GetSecurityDescriptorOwner (psd, &psid, &defaulted))
1371 if (!GetSecurityDescriptorGroup (psd, &psid, &defaulted))
1396 g_free (psd);