Home
last modified time | relevance | path

Searched refs:context_file (Results 1 – 1 of 1) sorted by relevance

/build/tools/fs_config/
Dfs_config.c58 static struct selabel_handle* get_sehnd(const char* context_file) { in get_sehnd() argument
59 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; in get_sehnd()
75 const char* context_file = NULL; in main() local
86 context_file = optarg; in main()
97 if (context_file != NULL) { in main()
98 sehnd = get_sehnd(context_file); in main()