Searched refs:wcmode (Results 1 – 1 of 1) sorted by relevance
271 DWORD wcmode = OPEN_EXISTING; in iwfs_file_open() local275 wcmode = CREATE_ALWAYS; in iwfs_file_open()277 wcmode = OPEN_ALWAYS; in iwfs_file_open()286 impl->fh = CreateFile(opts->path, womode, smode, NULL, wcmode, flags, NULL); in iwfs_file_open()