Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Diowin32.c99 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; in win32_open64_file_func() local
102 …win32_translate_open_mode(mode,&dwDesiredAccess,&dwCreationDisposition,&dwShareMode,&dwFlagsAndAtt… in win32_open64_file_func()
107 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func()
113 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func()
128 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; in win32_open64_file_funcA() local
138 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_funcA()
152 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; in win32_open64_file_funcW() local
159 … hFile = CreateFile2((LPCWSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition,NULL); in win32_open64_file_funcW()
172 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; in win32_open_file_func() local
180 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Diowin32.c73 DWORD dwDesiredAccess,dwCreationDisposition,dwShareMode,dwFlagsAndAttributes ; local
82 dwCreationDisposition = OPEN_EXISTING;
89 dwCreationDisposition = OPEN_EXISTING;
95 dwCreationDisposition = CREATE_ALWAYS;
100 dwCreationDisposition, dwFlagsAndAttributes, NULL);

Completed in 4 milliseconds