Lines Matching refs:mode
1261 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()
2104 ((mode & FS_FILEMODE_RW) == FS_FILEMODE_W)) in FS_OpenFileExW()
2127 arg->mode = mode; in FS_OpenFileExW()
2153 BOOL FS_OpenDirectoryW(FSFile *file, const u16 *path, u32 mode) in FS_OpenDirectoryW() argument
2177 arg->mode = mode; in FS_OpenDirectoryW()