HomeSort by relevance Sort by last modified time
    Searched full:hfile (Results 1 - 25 of 28) sorted by null

1 2

  /external/zlib/contrib/minizip/
iowin32.c 72 HANDLE hFile = 0;
97 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL,
100 if (hFile == INVALID_HANDLE_VALUE)
101 hFile = NULL;
103 if (hFile != NULL)
106 w32fiow.hf = hFile;
110 CloseHandle(hFile);
124 HANDLE hFile = NULL;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
127 if (hFile != NULL
    [all...]
miniunz.c 55 HANDLE hFile;
58 hFile = CreateFile(filename,GENERIC_READ | GENERIC_WRITE,
60 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
63 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
64 CloseHandle(hFile);
  /external/qemu/block/
raw-win32.c 36 HANDLE hfile; member in struct:BDRVRawState
99 s->hfile = CreateFile(filename, access_flags,
102 if (s->hfile == INVALID_HANDLE_VALUE) {
125 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
146 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
157 FlushFileBuffers(s->hfile);
163 CloseHandle(s->hfile);
173 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
175 if (!SetEndOfFile(s->hfile))
191 l.LowPart = GetFileSize(s->hfile, (PDWORD)&l.HighPart)
    [all...]
  /external/quake/quake/src/WinQuake/
sys_sun.cpp 50 FILE *hFile;
63 if (!sys_handles[i].hFile)
100 sys_handles[i].hFile = f;
103 sys_handles[i].pMap = mmap( 0, sys_handles[i].nLen, PROT_READ, MAP_SHARED, fileno( sys_handles[i].hFile ), 0 );
125 sys_handles[i].hFile = f;
139 fclose (sys_handles[handle].hFile);
140 sys_handles[handle].hFile = NULL;
149 else fseek (sys_handles[handle].hFile, position, SEEK_SET);
164 else return fread (dest, 1, count, sys_handles[handle].hFile);
171 return fwrite (data, 1, count, sys_handles[handle].hFile);
    [all...]
conproc.h 35 void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild);
conproc.cpp 44 void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild)
51 if (!hFile || !heventParent || !heventChild)
54 hfileBuffer = hFile;
sys_win.cpp 51 static HANDLE hFile;
823 if ((t = COM_CheckParm ("-HFILE")) > 0)
826 hFile = (HANDLE)Q_atoi (com_argv[t+1]);
841 InitConProc (hFile, heventParent, heventChild);
WinQuake.ncb     [all...]
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 45 HANDLE hFile = CreateFile(filename.charactersWithNullTermination(), GENERIC_READ, FILE_SHARE_READ, 0
48 if (hFile == INVALID_HANDLE_VALUE)
51 bool rtn = GetFileInformationByHandle(hFile, &fileInfo) ? true : false;
53 CloseHandle(hFile);
89 HANDLE hFile = CreateFile(filename.charactersWithNullTermination(), 0, FILE_SHARE_READ | FILE_SHARE_WRITE
92 CloseHandle(hFile);
94 return hFile != INVALID_HANDLE_VALUE;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
proc_main.c 69 fprintf(f, "dup2(hfile, 1) failed: %d(%s)\n", errno, strerror(errno) );
73 fprintf(f, "dup2(hfile, 2) failed: %d(%s)\n", errno, strerror(errno) );
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 126 $ open/Read/Error=v_h_2 hfile version.h
127 $ read/End=v_h_1 hfile version
128 $v_h_1: close/noLog hfile
descrip.mms 267 @- open/Read hfile version.h
268 @- read hfile version
269 @- close/noLog hfile
  /external/zlib/contrib/untgz/
untgz.c 213 HANDLE hFile;
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/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/wpa_supplicant/
wpa_cli.c 1346 char *home, *hfile = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1661 char *home, *hfile = NULL; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
SDL_sysjoystick.c 41 HFILE hJoyPort = NULL; /* Joystick GAME$ Port Address */
96 APIRET joyPortOpen(HFILE * hGame);
97 void joyPortClose(HFILE * hGame);
550 APIRET joyPortOpen(HFILE * hGame)
593 void joyPortClose(HFILE * hGame)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 1048 FILE *hfile = fopen(script_file, "r" ); local
1052 if( hfile )
1057 while( fgets(buf, sizeof(buf), hfile ) )
1066 fclose(hfile);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.c 81 FILE *hfile = fopen(script_file, "r" ); local
83 if( hfile )
88 while( fgets(buf, sizeof(buf), hfile ) )
96 fclose(hfile);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
console.c 1048 FILE *hfile = fopen(script_file, "r" ); local
1052 if( hfile )
1057 while( fgets(buf, sizeof(buf), hfile ) )
1066 fclose(hfile);
  /external/opencore/tools_v2/build/document/bin/
doc_build.bat 894 foreach $hfile ( @html_files ) {
895 ReplaceString ( -all, "${hfile}", "img src", "${html_dir}", "");
933 foreach $hfile ( @html_files ) {
934 UpdateHtml( ${hfile}, $ofilename, $jpg_filename, $jpg_scale, $page_name);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 475 HFILE hfd;
XF86DGA2.c 871 HFILE hfd;
  /external/libpcap/
pcap.c 553 return ((int)(DWORD)p->adapter->hFile);
  /external/v8/src/
platform-win32.cc 1007 IN HANDLE hFile,
    [all...]

Completed in 193 milliseconds

1 2