Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c195 if (FS_OpenFileEx(file, "rom:/sub_banner.bnr", FS_FILEMODE_R) ) in TwlMain()
/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c1306 BOOL FS_OpenFileEx(FSFile *file, const char *path, u32 mode) in FS_OpenFileEx() function
2296 return FS_OpenFileEx(file, path, FS_FILEMODE_R); in FS_OpenFile()