Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOWave.c84 if (FS_IsFile(&strm->file)) in DEMOReadWave()
124 if (FS_IsFile(&strm->file)) in CloseWave()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c1108 SDK_ASSERT(FS_IsFile(file)); in FS_FlushFile()
1131 SDK_ASSERT(FS_IsFile(file)); in FS_SetFileLength()
1158 SDK_ASSERT(FS_IsFile(file) || FS_IsDir(file)); in FS_GetPathName()
1252 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileDirect()
1282 SDK_ASSERT(!FS_IsFile(file)); in FS_OpenFileFast()
1363 SDK_ASSERT(FS_IsFile(file)); in FS_CloseFile()
1422 SDK_ASSERT(FS_IsFile(file)); in FS_SetSeekCache()
1445 SDK_ASSERT(FS_IsFile(file)); in FS_GetFileLength()
1473 SDK_ASSERT(FS_IsFile(file)); in FS_GetFilePosition()
1505 SDK_ASSERT(FS_IsFile(file)); in FS_SeekFile()
[all …]
/TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/src/
Dchild.c315 if (!FS_IsFile(file)) in ModeChildFile()
449 if (!FS_IsFile(file)) in ModeChildOverlay()
/TwlSDK-5.1.0/build/demos/snd/stream/src/
Dmain.c205 if (FS_IsFile(&strm->file)) in PlayStream()
257 if (FS_IsFile(&strm->file)) in StopStream()
/TwlSDK-5.1.0/build/demos/wm/wireless-all/src/
Dtest.c184 if (FS_IsFile(file)) in UpdateFrame()
/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Dparent.c312 if (FS_IsFile(file)) in ParentInit()
/TwlSDK-5.1.0/build/libraries/dsp/common/src/
Ddsp_pipe.c109 result = (u16)(FS_IsFile(file) ? 1 : 0); in DSPi_FileIOProc()
125 result = (u16)(FS_IsFile(file) ? 1 : 0); in DSPi_FileIOProc()
/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h142 SDK_INLINE BOOL FS_IsFile(volatile const FSFile *file) in FS_IsFile() function
/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dparent.c395 if (FS_IsFile(file)) in ParentInit()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c101 SDK_ASSERT(!file || FS_IsFile(file)); in MB_GetSegmentLength()
171 SDK_ASSERT(!file || FS_IsFile(file)); in MB_ReadSegment()