OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vbnv_get_flag
(Results
1 - 3
of
3
) sorted by null
/device/google/dragon/recovery/updater/
vboot_interface.h
55
int
vbnv_get_flag
(struct flash_device *spi, const char *param, uint8_t *value);
fwtool.cpp
153
if (
vbnv_get_flag
(reinterpret_cast<struct flash_device*>(spi), argv[1], &val) == 0)
vboot_interface.c
510
int
vbnv_get_flag
(struct flash_device *spi, const char *param, uint8_t *value)
function
Completed in 251 milliseconds