Home
last modified time | relevance | path

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

/external/selinux/libselinux/utils/
D.gitignore19 selabel_lookup
Dselabel_lookup.c105 rc = selabel_lookup(hnd, &context, key, type); in main()
/external/selinux/libselinux/
Dexported_vendor.map14 selabel_lookup;
Dexported.map.txt21 selabel_lookup;
DAndroid.bp293 "--allowlist-function=selabel_lookup",
/external/selinux/libselinux/fuzzers/
Dselabel_lookup_fuzzer.cpp44 selabel_lookup(handle, &conn, str.data(), type); in LLVMFuzzerTestOneInput()
/external/selinux/libselinux/include/selinux/
Dlabel.h104 extern int selabel_lookup(struct selabel_handle *handle, char **con,
/external/squashfs-tools/squashfs-tools/
Dandroid.c94 if (selabel_lookup(sehnd, &secontext, full_name, mode)) { in set_selabel()
/external/selinux/libselinux/src/
Dlabel.c247 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
Dmatchpathcon.c449 selabel_lookup(hnd, con, path, mode); in matchpathcon()
/external/f2fs-tools/fsck/
Dsload.c83 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) { in set_selinux_xattr()
/external/e2fsprogs/contrib/android/
Dperms.c81 retval = selabel_lookup(params->sehnd, &secontext, params->filename, in set_selinux_xattr()
/external/erofs-utils/
Dconfigure.ac185 AC_CHECK_LIB(selinux, selabel_lookup, [
/external/erofs-utils/lib/
Dxattr.c210 ret = selabel_lookup(cfg.sehnd, &secontext, fspath, mode); in erofs_get_selabel_xattr()
/external/selinux/libselinux/src/android/
Dandroid_platform.c1318 if (selabel_lookup(fc_sehandle, &secontext, pathname, sb->st_mode) < 0) in restorecon_sb()