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

  /bootable/recovery/updater/
updater.h 27 struct selabel_handle;
36 extern struct selabel_handle *sehandle;
updater.c 35 struct selabel_handle *sehandle;
  /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,
135 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
221 static void closef(struct selabel_handle *rec)
240 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
275 static void stats(struct selabel_handle __attribute__((unused)) *rec)
280 int selabel_property_init(struct selabel_handle *rec,
label_file.c 277 static int process_line(struct selabel_handle *rec,
387 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
531 static void closef(struct selabel_handle *rec)
561 static struct selabel_lookup_rec *lookup(struct selabel_handle *rec,
643 static void stats(struct selabel_handle *rec)
667 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
android.c 531 static struct selabel_handle *sehandle = NULL;
533 static struct selabel_handle *file_context_open(void)
535 struct selabel_handle *h;
604 struct selabel_handle* selinux_android_file_context_handle(void)
  /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);
  /system/extras/ext4_utils/
make_ext4fs.h 31 struct selabel_handle;
39 const char *mountpoint, struct selabel_handle *sehnd);
42 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd);
make_ext4fs_main.c 64 struct selabel_handle *sehnd = NULL;
make_ext4fs.c 103 struct selabel_handle *sehnd)
305 const char *mountpoint, struct selabel_handle *sehnd)
327 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
  /bootable/recovery/minzip/
DirUtil.h 31 struct selabel_handle;
49 struct selabel_handle* sehnd);
Zip.h 25 struct selabel_handle;
223 struct selabel_handle *sehnd);
DirUtil.c 58 struct selabel_handle *sehnd)
Zip.c 934 struct selabel_handle *sehnd)
    [all...]
  /system/core/init/
init.h 140 extern struct selabel_handle *sehandle;
141 extern struct selabel_handle *sehandle_prop;
init.c 65 struct selabel_handle *sehandle;
66 struct selabel_handle *sehandle_prop;
782 struct selabel_handle* selinux_android_prop_context_handle(void)
785 struct selabel_handle* sehandle = NULL;
devices.c 57 extern struct selabel_handle *sehandle;
  /system/core/toolbox/
restorecon.c 12 static struct selabel_handle *sehandle;
  /bootable/recovery/
roots.cpp 34 extern struct selabel_handle *sehandle;
recovery.cpp 48 struct selabel_handle *sehandle;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 40 static struct selabel_handle *sehnd;

Completed in 1017 milliseconds