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

  /external/libselinux/src/
label_file.h 40 char hasMetaChars; /* regular expression has meta-chars */
66 * the specification file. Sorting occurs based on hasMetaChars.
156 spec->hasMetaChars = 0;
173 spec->hasMetaChars = 1;
204 if (data->spec_arr[i].hasMetaChars)
  /external/selinux/libselinux/src/
label_file.h 37 char hasMetaChars; /* regular expression has meta-chars */
63 * the specification file. Sorting occurs based on hasMetaChars.
153 spec->hasMetaChars = 0;
170 spec->hasMetaChars = 1;
201 if (data->spec_arr[i].hasMetaChars)

Completed in 2820 milliseconds