Searched refs:cbfstool_get_config_string (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | cbfstool_tests.c | 128 rv = cbfstool_get_config_string(IMAGE, NULL, in cbfstool_get_config_string_tests() 135 rv = cbfstool_get_config_string(IMAGE, NULL, in cbfstool_get_config_string_tests()
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | platform_csme.c | 149 cbfstool_get_config_string(image_path, NULL, "CONFIG_IFD_CHIPSET", &platform); in determine_ifd_platform() 154 cbfstool_get_config_string(image_path, NULL, "CONFIG_IFD_BIN_PATH", &ifd_path); in determine_ifd_platform()
|
/aosp_15_r20/external/vboot_reference/host/lib/include/ |
H A D | cbfstool.h | 79 vb2_error_t cbfstool_get_config_string(const char *file, const char *region,
|
/aosp_15_r20/external/vboot_reference/host/lib/ |
H A D | cbfstool.c | 335 vb2_error_t cbfstool_get_config_string(const char *file, const char *region, in cbfstool_get_config_string() function
|