Searched refs:property_key (Results 1 - 2 of 2) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | label_backends_android.c | 19 char *property_key; /* property key string */ member 36 if (strncmp(sp1->property_key, "*", 1) == 0) in cmp() 38 if (strncmp(sp2->property_key, "*", 1) == 0) in cmp() 41 size_t L1 = strlen(sp1->property_key); in cmp() 42 size_t L2 = strlen(sp2->property_key); in cmp() 59 if (!strcmp(spec_arr[jj].property_key, in nodups_specs() 60 curr_spec->property_key)) { in nodups_specs() 68 path, curr_spec->property_key, in nodups_specs() 75 path, curr_spec->property_key); in nodups_specs() 125 spec_arr[nspec].property_key in process_line() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-match.c | 52 "key=<property_key>"); 78 char *property_key; member 219 if (!(n = pa_proplist_gets(si->proplist, u->property_key))) in sink_input_fixate_hook_callback() 257 u->property_key = pa_xstrdup(pa_modargs_get_value(ma, "key", PA_PROP_MEDIA_NAME)); in pa__init() 288 if (u->property_key) in pa__done() 289 pa_xfree(u->property_key); in pa__done()
|
Completed in 1 milliseconds