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

  /external/selinux/libselinux/src/
label_file.c 518 char subs_file[PATH_MAX + 1]; local
544 snprintf(subs_file, sizeof(subs_file), "%s.subs_dist", path);
545 rec->dist_subs = selabel_subs_init(subs_file, rec->dist_subs,
547 snprintf(subs_file, sizeof(subs_file), "%s.subs", path);
548 rec->subs = selabel_subs_init(subs_file, rec->subs,
  /external/selinux/policycoreutils/semanage/
seobject.py     [all...]

Completed in 50 milliseconds