/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, 27 const struct selinux_opt *opts, unsigned nopts) hidden; 29 const struct selinux_opt *opts, unsigned nopts) hidden;
|
label.c | 20 const struct selinux_opt *opts, 35 static inline int selabel_is_validate_set(const struct selinux_opt *opts, 67 const struct selinux_opt *opts,
|
label_android_property.c | 139 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, 283 const struct selinux_opt *opts,
|
android.c | 51 static const struct selinux_opt seopts[] = { 61 static const struct selinux_opt seopts_prop[] = { 67 static const struct selinux_opt seopts_service[] = { 974 static bool compute_contexts_hash(const struct selinux_opt opts[], uint8_t c_digest[]) [all...] |
/external/selinux/libselinux/src/ |
label_internal.h | 23 const struct selinux_opt *opts, 26 const struct selinux_opt *opts, 29 const struct selinux_opt *opts, 32 const struct selinux_opt *opts, 35 const struct selinux_opt *opts,
|
label.c | 21 const struct selinux_opt *opts, 140 (const struct selinux_opt *opts, 194 static inline int selabel_is_validate_set(const struct selinux_opt *opts, 318 const struct selinux_opt *opts,
|
label_android_property.c | 128 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, 277 const struct selinux_opt *opts,
|
label_media.c | 70 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, 210 const struct selinux_opt *opts,
|
label_x.c | 97 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, 235 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
|
label_db.c | 237 db_init(const struct selinux_opt *opts, unsigned nopts, 348 const struct selinux_opt *opts, unsigned nopts)
|
/external/selinux/libselinux/man/man3/ |
selabel_open.3 | 15 .BI "const struct selinux_opt *" options , 33 .B selinux_opt 40 struct selinux_opt {
|
avc_open.3 | 13 .BI "int avc_open(struct selinux_opt *" options ", unsigned " nopt ");"
|
/external/selinux/libselinux/utils/ |
selabel_partial_match.c | 34 struct selinux_opt selabel_option[] = {
|
selabel_lookup.c | 39 struct selinux_opt selabel_option[] = {
|
selabel_lookup_best_match.c | 61 struct selinux_opt options[] = {
|
selabel_digest.c | 73 struct selinux_opt selabel_option[] = {
|
/external/squashfs-tools/squashfs-tools/ |
android.c | 58 struct selinux_opt seopts[] = {
|
/system/sepolicy/tools/ |
checkfc.c | 229 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[]) 250 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode mode, 321 struct selinux_opt opts[] = {
|
/build/tools/fs_config/ |
fs_config.c | 59 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } };
|
/bootable/recovery/updater/ |
updater.cpp | 121 struct selinux_opt seopts[] = {
|
/external/libselinux/include/selinux/ |
label.h | 72 const struct selinux_opt *opts,
|
selinux.h | 122 struct selinux_opt { struct
|
/external/selinux/libselinux/include/selinux/ |
label.h | 74 const struct selinux_opt *opts,
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 87 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } };
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 785 class selinux_opt(_object): class in inherits:_object 787 __setattr__ = lambda self, name, value: _swig_setattr(self, selinux_opt, name, value) 789 __getattr__ = lambda self, name: _swig_getattr(self, selinux_opt, name) 804 selinux_opt_swigregister(selinux_opt) [all...] |