Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c1261 arg->mode = 0; in FS_OpenFileDirect()
1290 arg->mode = 0; in FS_OpenFileFast()
1306 BOOL FS_OpenFileEx(FSFile *file, const char *path, u32 mode) in FS_OpenFileEx() argument
1316 if (((mode & FS_FILEMODE_L) != 0) && in FS_OpenFileEx()
1317 ((mode & FS_FILEMODE_RW) == FS_FILEMODE_W)) in FS_OpenFileEx()
1334 arg->mode = mode; in FS_OpenFileEx()
1682 BOOL FS_OpenDirectory(FSFile *file, const char *path, u32 mode) in FS_OpenDirectory() argument
1700 arg->mode = mode; in FS_OpenDirectory()
2093 BOOL FS_OpenFileExW(FSFile *file, const u16 *path, u32 mode) in FS_OpenFileExW() argument
2103 if (((mode & FS_FILEMODE_L) != 0) && in FS_OpenFileExW()
[all …]