Searched refs:hFile (Results 1 - 19 of 19) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Diowin32.c76 static voidpf win32_build_iowin(HANDLE hFile) argument
80 if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE))
83 w32fiow.hf = hFile;
88 CloseHandle(hFile);
99 HANDLE hFile = NULL; local
106 hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
112 hFile = CreateFile2(filenameW, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL);
117 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
120 return win32_build_iowin(hFile);
128 HANDLE hFile = NULL; local
152 HANDLE hFile = NULL; local
172 HANDLE hFile = NULL; local
200 HANDLE hFile = NULL; local
222 HANDLE hFile = NULL; local
240 MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) argument
263 HANDLE hFile = NULL; local
286 HANDLE hFile = NULL; local
311 HANDLE hFile = NULL; local
349 HANDLE hFile = NULL; local
391 HANDLE hFile; local
[all...]
H A Dminiunz.c89 HANDLE hFile; local
92 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
94 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
97 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
98 CloseHandle(hFile);
/external/fio/engines/
H A Dwindowsaio.c15 typedef BOOL (WINAPI *CANCELIOEX)(HANDLE hFile, LPOVERLAPPED lpOverlapped);
92 HANDLE hFile; local
94 hFile = CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, 0, 0);
95 if (hFile == INVALID_HANDLE_VALUE) {
102 wd->iocp = hFile;
110 CloseHandle(hFile);
116 ctx->iocp = hFile;
196 f->hFile = CreateFile(f->file_name, access, sharemode,
199 if (f->hFile == INVALID_HANDLE_VALUE) {
211 if (CreateIoCompletionPort(f->hFile, w
[all...]
/external/fio/os/
H A Dos-windows.h117 HANDLE hFile; local
121 if (f->hFile == NULL) {
122 hFile = CreateFile(f->file_name, GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE,
125 hFile = f->hFile;
128 if (DeviceIoControl(hFile, IOCTL_DISK_GET_LENGTH_INFO, NULL, 0, &info, sizeof(info), &outBytes, NULL))
135 if (hFile != INVALID_HANDLE_VALUE && f->hFile == NULL)
136 CloseHandle(hFile);
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_system.cpp74 HANDLE hFile = _fileno(file);
75 FX_DWORD dwPos = ::SetFilePointer(hFile, 0, 0, FILE_CURRENT);
76 ::SetFilePointer(hFile, size, 0, FILE_BEGIN);
77 FX_BOOL bRet = ::SetEndOfFile(hFile);
78 ::SetFilePointer(hFile, (int32_t)dwPos, 0, FILE_BEGIN);
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_windows.cpp31 WINBASEAPI BOOL WINAPI GetFileSizeEx(HANDLE hFile, PLARGE_INTEGER lpFileSize);
32 WINBASEAPI BOOL WINAPI SetFilePointerEx(HANDLE hFile,
/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.h104 HANDLE hFile,
/external/zlib/src/contrib/untgz/
H A Duntgz.c213 HANDLE hFile; local
234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
237 if (hFile == INVALID_HANDLE_VALUE)
239 result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
240 CloseHandle(hFile);
/external/fio/
H A Dfile.h71 HANDLE hFile; member in struct:fio_file
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp450 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
477 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile);
/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.h303 HANDLE hFile,
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h28 HANDLE hFile; member in struct:_LOADED_IMAGE
528 HANDLE hFile; member in struct:_IMAGEHLP_DEFERRED_SYMBOL_LOAD64
546 HANDLE hFile; member in struct:_IMAGEHLP_DEFERRED_SYMBOL_LOAD
726 DWORD64 IMAGEAPI SymLoadModule64(HANDLE hProcess,HANDLE hFile,PSTR ImageName,PSTR ModuleName,DWORD64 BaseOfDll,DWORD SizeOfDll);
730 DWORD64 IMAGEAPI SymLoadModuleEx(HANDLE hProcess,HANDLE hFile,PSTR ImageName,PSTR ModuleName,DWORD64 BaseOfDll,DWORD DllSize,PMODLOAD_DATA Data,DWORD Flags);
735 DWORD IMAGEAPI SymLoadModule(HANDLE hProcess,HANDLE hFile,PSTR ImageName,PSTR ModuleName,DWORD BaseOfDll,DWORD SizeOfDll);
1257 BOOL WINAPI MiniDumpWriteDump(HANDLE hProcess,DWORD ProcessId,HANDLE hFile,MINIDUMP_TYPE DumpType,CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam,CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam,CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam);
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.c648 CreateFileMappingA (HANDLE hFile, LPSECURITY_ATTRIBUTES lpAttributes, argument
665 result = CreateFileMappingW (hFile, lpAttributes, flProtect,
/external/fio/os/windows/
H A Dposix.c533 HANDLE hFile = (HANDLE)_get_osfhandle(fildes); local
534 if (!FlushFileBuffers(hFile)) {
/external/v8/src/base/platform/
H A Dplatform-win32.cc975 IN HANDLE hFile,
1130 0, // hFile
/external/libpcap/
H A Dpcap.c1372 return ((int)(DWORD)p->adapter->hFile);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2627 virtual HRESULT WINAPI SetLogFile(DWORD_PTR hFile) = 0;
2649 HRESULT (WINAPI *SetLogFile)(IGraphBuilder *This,DWORD_PTR hFile);
2673 #define IGraphBuilder_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)
2686 HRESULT WINAPI IGraphBuilder_SetLogFile_Proxy(IGraphBuilder *This,DWORD_PTR hFile);
2896 HRESULT (WINAPI *SetLogFile)(IFilterGraph2 *This,DWORD_PTR hFile);
2923 #define IFilterGraph2_SetLogFile(This,hFile) (This)->lpVtbl->SetLogFile(This,hFile)
/external/sqlite/dist/orig/
H A Dsqlite3.c37818 winFile hFile; /* File handle from winOpen */ member in struct:winShmNode
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37836 winFile hFile; /* File handle from winOpen */ member in struct:winShmNode
[all...]

Completed in 2115 milliseconds