mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Get volume attributes in Darwin.
This commit is contained in:
@@ -175,4 +175,8 @@ void GetVolumeInfo(const char* path, size_t* clusterSize)
|
||||
}
|
||||
|
||||
*clusterSize = buf.f_bsize;
|
||||
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
DarwinVolumeAttributes(path);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user