FWFS/ObjectStore.h
Go to the documentation of this file.
int mounted(const FWObjDesc &od) override
called by FWFS to confirm successful mount
int readContent(const FWObjDesc &od, uint32_t offset, uint32_t size, void *buffer) override
read object content
Definition: ObjectStore.h:108
int open(FWObjDesc &od) override
find an object and return a descriptor for it
ObjectStore(Storage::Partition partition)
Definition: FWFS/ObjectStore.h:40
Definition: DirectoryTemplate.h:36
int readChildHeader(const FWObjDesc &parent, FWObjDesc &child) override
fetch child object header
bool isMounted() override
determine if store is mounted
Definition: FWFS/ObjectStore.h:47
Storage::Partition & getPartition() override
Definition: FWFS/ObjectStore.h:59
Cache the locations of several objects to improve search speed.
Definition: ObjRefCache.h:40
int openChild(const FWObjDesc &parent, const FWObjDesc &child, FWObjDesc &od) override
open a descriptor for a child object
1.8.13