Home | History | Annotate | Download | only in hdr

Lines Matching full:file_handle

103 XPL_FS_RET_STATUS_T XPL_FS_Close(XPL_FS_HANDLE_T file_handle);
118 XPL_FS_SIZE_T XPL_FS_GetSize(XPL_FS_HANDLE_T file_handle);
123 /*Function attempts to read count from the file associated with file_handle,
127 XPL_FS_COUNT_T XPL_FS_Read(XPL_FS_HANDLE_T file_handle,
135 XPL_FS_COUNT_T XPL_FS_Write(XPL_FS_HANDLE_T file_handle,
140 /* Function shall set the file offset for the open file description associated with file_handle
143 XPL_FS_SEEK_OFFSET_T XPL_FS_Seek(XPL_FS_HANDLE_T file_handle,
166 XPL_FS_RET_STATUS_T XPL_FS_Lock(XPL_FS_HANDLE_T file_handle, BOOLEAN bLockExclusive );
169 XPL_FS_RET_STATUS_T XPL_FS_Unlock(XPL_FS_HANDLE_T file_handle);
176 UINT8 * XPL_FS_MemMap(XPL_FS_HANDLE_T file_handle, UINT32 size, UINT32 offset, XPL_FS_RET_STATUS_T * result);