Add 16-bit OS/2 code to create test volumes.

Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
2018-01-11 17:54:17 +00:00
parent 5f4b9655a5
commit b17ee12668
12 changed files with 1528 additions and 1444 deletions

View File

@@ -33,17 +33,29 @@ Copyright (C) 2011-2018 Natalia Portillo
#define DIC_FSTESTER_SETTER_DEFS_H
void GetOsInfo();
void GetVolumeInfo(const char *path, size_t *clusterSize);
void FileAttributes(const char *path);
void FilePermissions(const char *path);
void ExtendedAttributes(const char *path);
void ResourceFork(const char *path);
void Filenames(const char *path);
void Timestamps(const char *path);
void DirectoryDepth(const char *path);
void Fragmentation(const char *path, size_t clusterSize);
void Sparse(const char *path);
void MillionFiles(const char *path);
void DeleteFiles(const char *path);
#define FILENAME_FORMAT "This file should be named \"%s\".\n"