Searched refs:OsclFileCache (Results 1 – 4 of 4) sorted by relevance
26 OsclFileCache::OsclFileCache(Oscl_File& aContainer): in OsclFileCache() function in OsclFileCache41 OsclFileCache::~OsclFileCache() in ~OsclFileCache()46 int32 OsclFileCache::Open(uint32 mode, uint32 size) in Open()93 void OsclFileCache::Close() in Close()120 uint32 OsclFileCache::Read(void* outputBuffer, uint32 size, uint32 numelements) in Read()210 uint32 OsclFileCache::Write(const void* inputBuffer, uint32 size, uint32 numelements) in Write()329 int32 OsclFileCache::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin) in Seek()406 int32 OsclFileCache::Flush() in Flush()462 int32 OsclFileCache::SetCachePosition(TOsclFileOffset aNewPos) in SetCachePosition()503 int32 OsclFileCache::FillCacheFromFile() in FillCacheFromFile()[all …]
51 class OsclFileCache : public HeapBase54 OsclFileCache(Oscl_File& aContainer);55 ~OsclFileCache();
61 class OsclFileCache; variable400 friend class OsclFileCache;425 OsclFileCache* iFileCache;
268 OSCL_TRY(err, iFileCache = OSCL_NEW(OsclFileCache, (*this));); in OpenFileCacheOrAsyncBuffer()