HomeSort by relevance Sort by last modified time
    Searched refs:HFILE (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
utils.cpp 70 HFILE hFile = OpenFile(szFileName, &of, OF_CREATE | OF_WRITE);
71 return (hFile != HFILE_ERROR) ? hFile : NULL;
81 HFILE hFile = OpenFile(szFileName, &of, OF_READ | OF_WRITE);
82 return (hFile != HFILE_ERROR) ? hFile : NULL;
88 void XP_CloseFile(XP_HFILE hFile)
90 if(hFile != NULL
    [all...]
  /external/chromium_org/third_party/npapi/npspy/include/
xp.h 103 #define XP_HFILE HFILE
162 void XP_CloseFile(XP_HFILE hFile);
164 DWORD XP_WriteFile(XP_HFILE hFile, const void * pBuf, int iSize);
165 void XP_FlushFileBuffers(XP_HFILE hFile);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 224 typedef int HFILE;
229 #define HFILE_ERROR ((HFILE)-1)
wtypes.h 92 typedef INT HFILE;
penwin.h     [all...]
winbase.h 555 HANDLE hFile;
576 HANDLE hFile;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_os2.c 69 HFILE h; /* Handle for accessing the file */
110 pFile->h = (HFILE)-1;
776 HFILE hLockFile; /* File used for inter-process memory locking */
917 pNode->hLockFile = (HFILE)-1;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 480 HFILE hfd;
XF86DGA2.c 876 HFILE hfd;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2708 milliseconds