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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.h 106 void *m_Handle;
PVRTResourceFile.cpp 125 m_Handle(0)
130 m_Handle = s_pLoadFileFunc(Path.c_str(), (char**) &m_pData, m_Size);
150 m_Handle(0)
213 s_pReleaseFileFunc(m_Handle);
  /external/pdfium/core/fxcrt/
fx_stream.cpp 105 pData->m_Handle =
108 if (pData->m_Handle == INVALID_HANDLE_VALUE)
131 if (!FindNextFileA(handle->m_Handle, &handle->m_FindData))
149 FindClose(handle->m_Handle);
fx_stream.h 115 HANDLE m_Handle;

Completed in 81 milliseconds