Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c929 BOOL FS_GetArchiveResource(const char *path, FSArchiveResource *resource) in FS_GetArchiveResource() argument
943 arg->resource = resource; in FS_GetArchiveResource()
1059 BOOL FS_HasEnoughSpaceToCreateFile(FSArchiveResource *resource, const char *path, u32 size) in FS_HasEnoughSpaceToCreateFile() argument
1062 u32 bytesPerCluster = resource->bytesPerSector * resource->sectorsPerCluster; in FS_HasEnoughSpaceToCreateFile()
1068 if (needclusters <= resource->availableClusters) in FS_HasEnoughSpaceToCreateFile()
1070 resource->availableClusters -= needclusters; in FS_HasEnoughSpaceToCreateFile()
1071 resource->availableSize -= needbytes; in FS_HasEnoughSpaceToCreateFile()
1091 FSArchiveResource resource[1]; in FS_IsArchiveReady() local
1092 return FS_GetArchiveResource(path, resource); in FS_IsArchiveReady()
1389 FSArchiveResource resource; in FS_GetSeekCacheSize() local
[all …]