Searched refs:sehnd (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/contrib/android/ |
D | perms.c | 25 struct selabel_handle *sehnd; member 72 if (params->sehnd == NULL) in set_selinux_xattr() 82 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr() 291 struct selabel_handle *sehnd, in __android_configure_fs() argument 302 .sehnd = sehnd, in __android_configure_fs() 337 struct selabel_handle *sehnd = NULL; in android_configure_fs() local 342 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs() 343 if (!sehnd) { in android_configure_fs() 352 sehnd = selinux_android_file_context_handle(); in android_configure_fs() 353 if (!sehnd) { in android_configure_fs() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | sload.c | 25 static struct selabel_handle *sehnd = NULL; variable 75 if (!sehnd) in set_selinux_xattr() 85 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) { in set_selinux_xattr() 289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files() 290 if (!sehnd) { in configure_files() 296 sehnd = selinux_android_file_context_handle(); in configure_files() 297 if (!sehnd) { in configure_files()
|