OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selabel_open
(Results
1 - 10
of
10
) sorted by null
/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);
/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/src/
label.c
66
struct selabel_handle *
selabel_open
(unsigned int backend,
function
android.c
614
h =
selabel_open
(SELABEL_CTX_FILE, &opts[i], 1);
/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);
/bootable/recovery/
recovery.cpp
[
all
...]
/system/core/init/
init.c
855
sehandle =
selabel_open
(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1);
Completed in 429 milliseconds