Home
last modified time | relevance | path

Searched refs:has_lchflags (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/py-borgbackup/borgbackup-1.1.17/
H A Dconftest.py24 from borg.testsuite import has_lchflags, has_llfuse # noqa: E402
42 "BSD flags": has_lchflags,
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A D__init__.py34 has_lchflags = hasattr(os, 'lchflags') or sys.platform.startswith('linux') variable
39 has_lchflags = False variable
H A Darchiver.py57 from . import has_lchflags, has_llfuse
361 if has_lchflags:
423 if has_lchflags:
432 item_count = 4 if has_lchflags else 5 # one file is UF_NODUMP
1903 if has_lchflags:
1910 if has_lchflags:
1916 if has_lchflags:
2312 if has_lchflags: