Home
last modified time | relevance | path

Searched refs:cbfstool_get_config_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vboot_reference/tests/
H A Dcbfstool_tests.c128 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 Dplatform_csme.c149 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 Dcbfstool.h79 vb2_error_t cbfstool_get_config_string(const char *file, const char *region,
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcbfstool.c335 vb2_error_t cbfstool_get_config_string(const char *file, const char *region, in cbfstool_get_config_string() function