HomeSort by relevance Sort by last modified time
    Searched defs:sehnd (Results 1 - 4 of 4) sorted by null

  /external/sepolicy/tools/
checkfc.c 42 struct selabel_handle *sehnd; local
82 sehnd = selabel_open(backend, opts, 2);
83 if (!sehnd) {
  /build/tools/fs_config/
fs_config.c 61 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); local
63 if (!sehnd) {
67 return sehnd;
77 struct selabel_handle* sehnd = NULL; local
95 sehnd = get_sehnd(context_file);
121 if (sehnd != NULL) {
139 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
  /system/extras/ext4_utils/
make_ext4fs_main.c 74 struct selabel_handle *sehnd = NULL; local
136 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
137 if (!sehnd) {
154 if (!sehnd && mountpoint) {
155 sehnd = selinux_android_file_context_handle();
157 if (!sehnd) {
204 sparse, crc, wipe, sehnd, verbose);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 39 static struct selabel_handle *sehnd; variable in typeref:struct:selabel_handle
364 if (sehnd) {
389 if (selabel_lookup(sehnd, &secontext,
581 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
582 if (!sehnd) {
635 if (sehnd) {
648 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) {

Completed in 1485 milliseconds