/external/libselinux/src/ |
label_internal.h | 48 /* arguments that were passed to selabel_open */
|
label.c | 66 struct selabel_handle *selabel_open(unsigned int backend, function
|
android.c | 618 h = selabel_open(SELABEL_CTX_FILE, &opts[i], 1);
|
/build/tools/fs_config/ |
fs_config.c | 61 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); 64 perror("error running selabel_open");
|
/external/libselinux/include/selinux/ |
label.h | 59 * selabel_open - Create a labeling handle. 70 struct selabel_handle *selabel_open(unsigned int backend,
|
/external/sepolicy/tools/ |
checkfc.c | 82 sehnd = selabel_open(backend, opts, 2);
|
/bootable/recovery/updater/ |
updater.c | 113 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 136 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 581 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
|
/system/core/init/ |
init.c | 856 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1);
|
/bootable/recovery/ |
recovery.cpp | [all...] |