Home
last modified time | relevance | path

Searched refs:fmap_load (Results 1 – 3 of 3) sorted by relevance

/device/google/dragon/recovery/updater/
Dvboot_interface.h31 struct fmap *fmap_load(struct flash_device *dev, off_t offset);
Dflash_device.c133 dev->fmap = fmap_load(dev, off); in flash_get_fmap()
Dvboot_interface.c145 struct fmap *fmap_load(struct flash_device *dev, off_t offset) in fmap_load() function