mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add links to fstester.setter.
This commit is contained in:
@@ -58,6 +58,8 @@ void MillionFiles(const char *path);
|
|||||||
|
|
||||||
void DeleteFiles(const char *path);
|
void DeleteFiles(const char *path);
|
||||||
|
|
||||||
|
void Links(const char *path);
|
||||||
|
|
||||||
#define FILENAME_FORMAT "This file should be named \"%s\".\n"
|
#define FILENAME_FORMAT "This file should be named \"%s\".\n"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ int main(int argc, char **argv)
|
|||||||
ResourceFork(argv[1]);
|
ResourceFork(argv[1]);
|
||||||
Filenames(argv[1]);
|
Filenames(argv[1]);
|
||||||
Timestamps(argv[1]);
|
Timestamps(argv[1]);
|
||||||
|
Links(argv[1]);
|
||||||
DirectoryDepth(argv[1]);
|
DirectoryDepth(argv[1]);
|
||||||
Fragmentation(argv[1], clusterSize);
|
Fragmentation(argv[1], clusterSize);
|
||||||
Sparse(argv[1]);
|
Sparse(argv[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user