libcryfs/test/fuse/fstat
2015-04-25 03:26:59 +02:00
..
testutils - Use cpputils::DataBlockFixture and cpputils::Data. 2015-04-25 03:26:59 +02:00
FuseFstatErrorTest.cpp Switch to biicode 2015-02-17 00:48:49 +01:00
FuseFstatParameterTest.cpp Switch to biicode 2015-02-17 00:48:49 +01:00
README Switch to biicode 2015-02-17 00:48:49 +01:00

Cite from FUSE documentation on the fgetattr function:
    Currently this is only called after the create() method if that is implemented (see above).
    Later it may be called for invocations of fstat() too.
So we need to issue a create to get our fstat called.
Since fstat is currently only called after create, we can't call it directly.
So we can't test the returned values.