Home
last modified time | relevance | path

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

/build/tools/fs_config/
Dfs_config.c60 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); in get_sehnd() local
62 if (!sehnd) { in get_sehnd()
66 return sehnd; in get_sehnd()
77 struct selabel_handle* sehnd = NULL; in main() local
98 sehnd = get_sehnd(context_file); in main()
124 if (sehnd != NULL) { in main()
142 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) { in main()