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

  /external/selinux/policycoreutils/setfiles/
restore.h 21 struct restore_opts { struct
48 void restore_init(struct restore_opts *opts);
51 int process_glob(char *name, struct restore_opts *opts);
restore.c 12 struct restore_opts *r_opts;
14 void restore_init(struct restore_opts *opts)
70 int process_glob(char *name, struct restore_opts *opts)
setfiles.c 21 static struct restore_opts r_opts;
  /external/selinux/restorecond/
restore.h 28 struct restore_opts { struct
55 void restore_init(struct restore_opts *opts);
58 int process_glob(char *name, struct restore_opts *opts);
restorecond.h 45 extern struct restore_opts r_opts;
restore.c 12 struct restore_opts *r_opts;
14 void restore_init(struct restore_opts *opts)
69 int process_glob(char *name, struct restore_opts *opts)
restorecond.c 71 struct restore_opts r_opts;

Completed in 114 milliseconds