Searched refs:pStartOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h92 bool read(void* pMemBuffer, size_t pStartOffset, size_t pLength);
94 bool write(const void* pMemBuffer, size_t pStartOffset, size_t pLength);
96 bool mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength);
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp175 bool FileHandle::read(void* pMemBuffer, size_t pStartOffset, size_t pLength) argument
188 pStartOffset);
198 bool FileHandle::write(const void* pMemBuffer, size_t pStartOffset, size_t pLength) argument
212 pStartOffset);
222 bool FileHandle::mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength) argument
254 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);

Completed in 1417 milliseconds