Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
FILEIO_ERROR_FILE_NOT_FOUND Could not find the file on the device
FILEIO_ERROR_DIR_NOT_FOUND Could not find the directory
FILEIO_ERROR_BAD_FILE File is corrupted
FILEIO_ERROR_DONE No more files in this directory
FILEIO_ERROR_COULD_NOT_GET_CLUSTER Could not load/allocate next cluster in file
FILEIO_ERROR_FILENAME_TOO_LONG A specified file name is too long to use
FILEIO_ERROR_FILENAME_EXISTS A specified filename already exists on the device
FILEIO_ERROR_INVALID_FILENAME Invalid file name
FILEIO_ERROR_DELETE_DIR The user tried to delete a directory with FILEIO_Remove
FILEIO_ERROR_DELETE_FILE The user tried to delete a file with FILEIO_DirectoryRemove
FILEIO_ERROR_DIR_FULL All root dir entry are taken
FILEIO_ERROR_DRIVE_FULL All clusters in partition are taken
FILEIO_ERROR_DIR_NOT_EMPTY This directory is not empty yet, remove files before deleting
FILEIO_ERROR_UNSUPPORTED_SIZE The disk is too big to format as FAT16
FILEIO_ERROR_WRITE_PROTECTED Card is write protected
FILEIO_ERROR_FILE_UNOPENED File not opened for the write
FILEIO_ERROR_SEEK_ERROR File location could not be changed successfully
FILEIO_ERROR_BAD_CACHE_READ Bad cache read
FILEIO_ERROR_FAT32_UNSUPPORTED FAT 32 - card not supported
FILEIO_ERROR_READ_ONLY The file is read-only
FILEIO_ERROR_WRITE_ONLY The file is write-only
FILEIO_ERROR_INVALID_ARGUMENT Invalid argument
FILEIO_ERROR_TOO_MANY_FILES_OPEN Too many files are already open
FILEIO_ERROR_TOO_MANY_DRIVES_OPEN Too many drives are already open
FILEIO_ERROR_UNSUPPORTED_SECTOR_SIZE Unsupported sector size
FILEIO_ERROR_NO_LONG_FILE_NAME Long file name was not found
FILEIO_ERROR_EOF End of file reached
Description
Enumeration for specific return codes
1.7.1.3.9 FILEIO_FILE_SYSTEM_TYPE Enumeration
File
fileio_lfn.h
Syntax
typedef enum {
FILEIO_FILE_SYSTEM_TYPE_NONE = 0,
FILEIO_FILE_SYSTEM_TYPE_FAT12,
FILEIO_FILE_SYSTEM_TYPE_FAT16,
FILEIO_FILE_SYSTEM_TYPE_FAT32
} FILEIO_FILE_SYSTEM_TYPE;
Members
Members Description
FILEIO_FILE_SYSTEM_TYPE_NONE = 0 No file system
FILEIO_FILE_SYSTEM_TYPE_FAT12 The device is formatted with FAT12
FILEIO_FILE_SYSTEM_TYPE_FAT16 The device is formatted with FAT16
FILEIO_FILE_SYSTEM_TYPE_FAT32 The device is formatted with FAT32
1.7 Library Interface MLA - File I/O Library Help File I/O Layer
52
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_fileio.pdf