Module: Gio::FileMeasureFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
REPORT_ANY_ERROR =

Report any error encountered

while traversing the directory tree.  Normally errors are only
reported for the toplevel file.
2 or :report_any_error
APPARENT_SIZE =

Tally usage based on apparent file

sizes.  Normally, the block-size is used, if available, as this is a
more accurate representation of disk space used.
Compare with `du --apparent-size`.
4 or :apparent_size
NO_XDEV =

Do not cross mount point boundaries.

Compare with `du -x`.
8 or :no_xdev