HomeSort by relevance Sort by last modified time
    Searched refs:hasMetaChars (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
label_file.c 35 int hasMetaChars; /* regular expression has meta-chars */
50 * the specification file. Sorting occurs based on hasMetaChars.
196 spec->hasMetaChars = 0;
213 spec->hasMetaChars = 1;
518 if (data->spec_arr[i].hasMetaChars)
522 if (!data->spec_arr[i].hasMetaChars)
701 if (!specs[0]->hasMetaChars) {
712 if (!specs[i]->hasMetaChars) {
  /external/qemu/distrib/libselinux/src/
label_file.c 34 int hasMetaChars; /* regular expression has meta-chars */
49 * the specification file. Sorting occurs based on hasMetaChars.
195 spec->hasMetaChars = 0;
212 spec->hasMetaChars = 1;
517 if (data->spec_arr[i].hasMetaChars)
521 if (!data->spec_arr[i].hasMetaChars)

Completed in 827 milliseconds