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

  /system/extras/ext4_utils/
make_ext4fs.h 24 struct selabel_handle;
27 const char *mountpoint, struct selabel_handle *sehnd);
29 const char *mountpoint, struct selabel_handle *sehnd);
ext4_utils.h 185 struct selabel_handle;
190 struct selabel_handle *sehnd, int verbose);
make_ext4fs_main.c 37 struct selabel_handle;
74 struct selabel_handle *sehnd = NULL;
make_ext4fs.c 112 struct selabel_handle *sehnd, int verbose)
372 const char *mountpoint, struct selabel_handle *sehnd)
381 const char *mountpoint, struct selabel_handle *sehnd)
461 struct selabel_handle *sehnd, int verbose)
  /external/libselinux/src/
label_internal.h 20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts,
24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
26 int selabel_db_init(struct selabel_handle *rec,
28 int selabel_property_init(struct selabel_handle *rec,
47 struct selabel_handle { struct
53 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h,
55 void (*func_close) (struct selabel_handle *h);
56 void (*func_stats) (struct selabel_handle *h);
69 selabel_validate(struct selabel_handle *rec
    [all...]
label.c 19 typedef int (*selabel_initfunc)(struct selabel_handle *rec,
45 int selabel_validate(struct selabel_handle *rec,
66 struct selabel_handle *selabel_open(unsigned int backend,
70 struct selabel_handle *rec = NULL;
80 rec = (struct selabel_handle *)malloc(sizeof(*rec));
98 selabel_lookup_common(struct selabel_handle *rec, int translating,
109 int selabel_lookup(struct selabel_handle *rec, security_context_t *con,
122 void selabel_close(struct selabel_handle *rec)
128 void selabel_stats(struct selabel_handle *rec)
label_android_property.c 83 static int process_line(struct selabel_handle *rec,
143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
225 static void closef(struct selabel_handle *rec)
244 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
279 static void stats(struct selabel_handle __attribute__((unused)) *rec)
284 int selabel_property_init(struct selabel_handle *rec,
android.c 597 static struct selabel_handle *sehandle = NULL;
599 static struct selabel_handle *get_selabel_handle(const struct selinux_opt opts[]) {
600 struct selabel_handle *h;
612 static struct selabel_handle *file_context_open(void)
614 struct selabel_handle *h;
624 static struct selabel_handle *file_context_backup_open(void)
626 struct selabel_handle *h;
693 struct selabel_handle *sehandle_old,
694 struct selabel_handle *sehandle_new)
751 struct selabel_handle *sehandle_old
    [all...]
label_file.c 277 static int process_line(struct selabel_handle *rec,
395 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
539 static void closef(struct selabel_handle *rec)
569 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
651 static void stats(struct selabel_handle *rec)
675 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
  /external/libselinux/include/selinux/
label.h 20 struct selabel_handle;
70 struct selabel_handle *selabel_open(unsigned int backend,
81 void selabel_close(struct selabel_handle *handle);
96 int selabel_lookup(struct selabel_handle *handle, security_context_t *con,
98 int selabel_lookup_raw(struct selabel_handle *handle, security_context_t *con,
109 void selabel_stats(struct selabel_handle *handle);
android.h 13 extern struct selabel_handle* selinux_android_file_context_handle(void);
  /bootable/recovery/updater/
updater.h 32 extern struct selabel_handle *sehandle;
updater.c 35 struct selabel_handle *sehandle;
  /bootable/recovery/minzip/
DirUtil.h 45 struct selabel_handle* sehnd);
Zip.h 219 struct selabel_handle *sehnd);
DirUtil.c 58 struct selabel_handle *sehnd)
Zip.c 934 struct selabel_handle *sehnd)
    [all...]
  /system/core/init/
init.h 137 extern struct selabel_handle *sehandle;
138 extern struct selabel_handle *sehandle_prop;
init.c 61 struct selabel_handle *sehandle;
62 struct selabel_handle *sehandle_prop;
753 struct selabel_handle* selinux_android_prop_context_handle(void)
756 struct selabel_handle* sehandle = NULL;
devices.c 54 extern struct selabel_handle *sehandle;
  /external/sepolicy/tools/
checkfc.c 42 struct selabel_handle *sehnd;
  /system/core/toolbox/
restorecon.c 12 static struct selabel_handle *sehandle;
  /bootable/recovery/
roots.cpp 34 extern struct selabel_handle *sehandle;
recovery.cpp 49 struct selabel_handle *sehandle;
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 39 static struct selabel_handle *sehnd;

Completed in 419 milliseconds