Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c742 MS_BOOL MApi_FS_Info(const char *path, MS_BOOL bUnicode, MApi_FsInfo* pFsInfo) in MApi_FS_Info() argument
747 if (!pFsInfo) in MApi_FS_Info()
767 pFsInfo->u32ClusTotal = buf.f_blocks; in MApi_FS_Info()
768 pFsInfo->u32ClusFree = buf.f_bfree; in MApi_FS_Info()
769 pFsInfo->u32ClusSize = buf.f_frsize; in MApi_FS_Info()
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c723 MS_BOOL MApi_FS_Info(const char *path, MS_BOOL bUnicode, MApi_FsInfo* pFsInfo) in MApi_FS_Info() argument
731 pFsInfo->u32ClusTotal = FsUsage.total_blocks; in MApi_FS_Info()
732 pFsInfo->u32ClusFree = FsUsage.free_blocks; in MApi_FS_Info()
733 pFsInfo->u32ClusSize = FsUsage.block_size; in MApi_FS_Info()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsFS.h203 MS_BOOL MApi_FS_Info(const char *path, MS_BOOL bUnicode, MApi_FsInfo* pFsInfo);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt19759 MS_BOOL MApi_FS_Info(const char *path, MS_BOOL bUnicode, MApi_FsInfo* pFsInfo);