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

1 2

  /external/zlib/src/contrib/minizip/
iowin32.c 69 static voidpf win32_build_iowin(HANDLE hFile)
73 if ((hFile != NULL) && (hFile != INVALID_HANDLE_VALUE))
76 w32fiow.hf = hFile;
81 CloseHandle(hFile);
92 HANDLE hFile = NULL;
97 hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlagsAndAttributes, NULL);
99 return win32_build_iowin(hFile);
107 HANDLE hFile = NULL;
112 hFile = CreateFileA((LPCSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, dwFlags (…)
    [all...]
miniunz.c 89 HANDLE hFile;
92 hFile = CreateFileA(filename,GENERIC_READ | GENERIC_WRITE,
94 GetFileTime(hFile,&ftCreate,&ftLastAcc,&ftLastWrite);
97 SetFileTime(hFile,&ftm,&ftLastAcc,&ftm);
98 CloseHandle(hFile);
  /external/chromium/base/win/
scoped_handle.h 23 // ScopedHandle hfile(CreateFile(...));
24 // if (!hfile.Get())
26 // ReadFile(hfile.Get(), ...);
29 // secret_handle_ = hfile.Take();
32 // hfile.Close();
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 54 HANDLE hFile = ::CreateFile(filePath, GENERIC_WRITE, 0, 0, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0);
55 if (INVALID_HANDLE_VALUE == hFile)
79 ::WriteFile(hFile, &header, sizeof(header), &bytesWritten, 0);
80 ::WriteFile(hFile, &info, sizeof(info), &bytesWritten, 0);
81 ::WriteFile(hFile, buffer(), bufferLength(), &bytesWritten, 0);
83 ::CloseHandle(hFile);
  /hardware/ti/omap4xxx/security/tf_sdk/include/
sst.h 122 SST_ERROR SST_EXPORT_API SSTCloseHandle(SST_HANDLE hFile);
124 SST_ERROR SST_EXPORT_API SSTWrite(SST_HANDLE hFile,
128 SST_ERROR SST_EXPORT_API SSTRead(SST_HANDLE hFile,
133 SST_ERROR SST_EXPORT_API SSTSeek(SST_HANDLE hFile,
137 SST_ERROR SST_EXPORT_API SSTTell(SST_HANDLE hFile,
143 SST_ERROR SST_EXPORT_API SSTEof( SST_HANDLE hFile,
146 SST_ERROR SST_EXPORT_API SSTCloseAndDelete(SST_HANDLE hFile);
148 SST_ERROR SST_EXPORT_API SSTTruncate( SST_HANDLE hFile,
151 SST_ERROR SST_EXPORT_API SSTRename(SST_HANDLE hFile,
  /external/qemu/block/
raw-win32.c 36 HANDLE hfile; member in struct:BDRVRawState
95 s->hfile = CreateFile(filename, access_flags,
98 if (s->hfile == INVALID_HANDLE_VALUE) {
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
142 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
153 FlushFileBuffers(s->hfile);
159 CloseHandle(s->hfile);
169 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
171 if (!SetEndOfFile(s->hfile))
187 l.LowPart = GetFileSize(s->hfile, (PDWORD)&l.HighPart)
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 300 SST_ERROR SST_EXPORT_API SSTCloseHandle(SST_HANDLE hFile)
307 if (hFile == S_HANDLE_NULL)
319 sOperation.params[0].value.a = hFile;
329 SST_ERROR SST_EXPORT_API SSTWrite(SST_HANDLE hFile,
355 sOperation.params[0].value.a = hFile;
369 SST_ERROR SST_EXPORT_API SSTRead(SST_HANDLE hFile,
397 sOperation.params[0].value.a = hFile;
411 SST_ERROR SST_EXPORT_API SSTSeek(SST_HANDLE hFile,
437 sOperation.params[0].value.a = hFile;
450 static SST_ERROR SSTGetOffsetAndSize(SST_HANDLE hFile, uint32_t* pnOffset, uint32_t* pnSize
    [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);
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 59 HANDLE hFile = CreateFile(filename.charactersWithNullTermination(), GENERIC_READ, FILE_SHARE_READ, 0
62 if (hFile == INVALID_HANDLE_VALUE)
65 bool rtn = GetFileInformationByHandle(hFile, &fileInfo) ? true : false;
67 CloseHandle(hFile);
103 HANDLE hFile = CreateFile(filename.charactersWithNullTermination(), 0, FILE_SHARE_READ | FILE_SHARE_WRITE
106 CloseHandle(hFile);
108 return hFile != INVALID_HANDLE_VALUE;
  /external/webkit/Tools/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/src/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.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 180 bool ReadFileHeader(FILE* hfile, int32* num_entries, int32* used_count,
188 void WriteToFile(FILE* hfile, off_t offset, void* data, int32 data_size);
201 bool ReadFromFile(FILE* hfile, off_t offset, void* data, size_t data_size);
  /frameworks/base/media/mca/
structgen.py 353 hfile = open(hfilepath, 'w')
354 hfile.write(structspec.hFileString())
355 hfile.close()
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 24 typedef HObj HFile;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 444 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile);
471 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile);
  /external/valgrind/unittest/
windows_tests.cc 435 HANDLE hFile = CreateFileA("ZZZ\\tmpfile", GENERIC_READ | GENERIC_WRITE,
438 CloseHandle(hFile);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3291 static char *hfile = NULL; variable
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 480 HFILE hfd;
  /sdk/find_java/
find_java_lib.cpp 493 ok = ReadFile(stdoutPipeRd, // hFile
  /external/libpcap/
pcap.c 553 return ((int)(DWORD)p->adapter->hFile);

Completed in 515 milliseconds

1 2