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

  /external/libvpx/libvpx/test/
examples.sh 18 exclude_list="examples stress tools_common"
20 # Filter out the scripts in $exclude_list.
21 for word in ${exclude_list}; do
  /external/selinux/policycoreutils/setfiles/
restore.c 9 char **exclude_list; variable
54 if (exclude_list)
56 ((const char **)exclude_list);
63 if (exclude_list) {
64 for (i = 0; exclude_list[i]; i++)
65 free(exclude_list[i]);
66 free(exclude_list);
114 tmp_list = realloc(exclude_list, sizeof(char *) * (exclude_count + 2));
120 exclude_list = tmp_list;
122 exclude_list[exclude_count] = strdup(directory)
    [all...]
restore.h 52 extern char **exclude_list;
restorecon_xattr.c 60 exclude_list = NULL;
159 if (exclude_list)
161 ((const char **)exclude_list);
  /external/selinux/restorecond/
restore.c 9 char **exclude_list; variable
53 if (exclude_list)
55 ((const char **)exclude_list);
62 if (exclude_list) {
63 for (i = 0; exclude_list[i]; i++)
64 free(exclude_list[i]);
65 free(exclude_list);
113 tmp_list = realloc(exclude_list, sizeof(char *) * (exclude_count + 2));
119 exclude_list = tmp_list;
121 exclude_list[exclude_count] = strdup(directory)
    [all...]
restore.h 59 extern char **exclude_list;
  /external/selinux/libselinux/include/selinux/
restorecon.h 123 * @exclude_list: containing a NULL terminated list of one or more
126 extern void selinux_restorecon_set_exclude_list(const char **exclude_list);
  /external/selinux/libselinux/src/
selinux_restorecon.c 1084 void selinux_restorecon_set_exclude_list(const char **exclude_list)
1089 for (i = 0; exclude_list[i]; i++) {
1090 if (lstat(exclude_list[i], &sb) < 0 && errno != EACCES) {
1093 exclude_list[i], strerror(errno));
1096 if (add_exclude(exclude_list[i], CALLER_EXCLUDED) &&
  /tools/repohooks/rh/
hooks.py 214 def _filter_diff(diff, include_list, exclude_list=()):
221 a regex in the exclude_list.
222 exclude_list: list of regex that when matched with a file will prevent it
228 in the exclude_list.
234 not _match_regex_list(d.file, exclude_list)):
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 504 def find_all_files(domain, exclude_list=[]):
507 if exe.endswith("_exec_t") and exe not in exclude_list:
514 def find_entrypoint_path(exe, exclude_list=[]):
517 if exe.endswith("_exec_t") and exe not in exclude_list:
    [all...]
gui.py     [all...]

Completed in 317 milliseconds