OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seopts
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
android.c
63
struct selinux_opt
seopts
[] = {
local
70
selabel_open(SELABEL_CTX_FILE,
seopts
, ARRAY_SIZE(
seopts
));
/build/make/tools/fs_config/
fs_config.c
59
struct selinux_opt
seopts
[] = { { SELABEL_OPT_PATH, context_file } };
local
60
struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE,
seopts
, 1);
/system/extras/ext4_utils/
make_ext4fs_main.c
88
struct selinux_opt
seopts
[] = { { SELABEL_OPT_PATH, "" } };
local
155
seopts
[0].value = optarg;
156
sehnd = selabel_open(SELABEL_CTX_FILE,
seopts
, 1);
Completed in 51 milliseconds