Searched refs:GetBbtLocation (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/nand-util/
H A Daml.h16 void GetBbtLocation(const void* data, uint32_t* first_block, uint32_t* num_blocks);
20 // Note that GetBbtLocation() has to be called before using this function, to
H A Daml.cpp64 void GetBbtLocation(const void* data, uint32_t* first_block, uint32_t* num_blocks) { function
H A Dmain.cpp345 GetBbtLocation(nand.data(), &first_block, &num_blocks);

Completed in 78 milliseconds