Searched refs:acl_get_file (Results 1 – 2 of 2) sorted by relevance
50 libacl.acl_get_file.restype = acl_t51 libacl.acl_get_file.argtypes = [ctypes.c_char_p, ctypes.c_uint]54 def acl_get_file(path, typ): function55 acl = libacl.acl_get_file(os.fsencode(path), typ)192 acl = acl_get_file(path, typ)
34 AC_CHECK_LIB(posix1e, acl_get_file, [LIBS="$LIBS -lposix1e"],35 AC_CHECK_LIB(acl, acl_get_file, [LIBS="$LIBS -lacl"