Searched refs:GetMtdSize (Results 1 - 4 of 4) sorted by relevance

/external/vboot_reference/cgpt/
H A Dcgpt_nor.h14 int GetMtdSize(const char *mtd_device, uint64_t *size);
H A Dcgpt_wrapper.c88 if (GetMtdSize(mtd_device, &drive_size) != 0) {
H A Dcgpt_find.c259 if (GetMtdSize("/dev/mtd0", &params->drive_size) != 0) {
260 perror("GetMtdSize");
H A Dcgpt_nor.c29 int GetMtdSize(const char *mtd_device, uint64_t *size) { function

Completed in 89 milliseconds