Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py50 libacl.acl_get_file.restype = acl_t
51 libacl.acl_get_file.argtypes = [ctypes.c_char_p, ctypes.c_uint]
54 def acl_get_file(path, typ): function
55 acl = libacl.acl_get_file(os.fsencode(path), typ)
192 acl = acl_get_file(path, typ)
/openbmc/openbmc/poky/meta/recipes-support/vim/files/
H A Ddisable_acl_header_check.patch34 AC_CHECK_LIB(posix1e, acl_get_file, [LIBS="$LIBS -lposix1e"],
35 AC_CHECK_LIB(acl, acl_get_file, [LIBS="$LIBS -lacl"