Home
last modified time | relevance | path

Searched refs:cbfstool_file_exists (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/tests/
Dcbfstool_tests.c45 TEST_FALSE(cbfstool_file_exists(IMAGE, "NO_SUCH_REGION", "config"), in cbfstool_file_exists_tests()
49 TEST_TRUE(cbfstool_file_exists(IMAGE, NULL, "font.bin"), in cbfstool_file_exists_tests()
53 TEST_FALSE(cbfstool_file_exists(IMAGE, "FW_MAIN_A", "font.bin"), in cbfstool_file_exists_tests()
57 TEST_TRUE(cbfstool_file_exists(IMAGE, "FW_MAIN_A", "ecrw"), in cbfstool_file_exists_tests()
/external/vboot_reference/host/lib/include/
Dcbfstool.h25 bool cbfstool_file_exists(const char *image_file, const char *region,
/external/vboot_reference/futility/
Dupdater_quirks.c107 !cbfstool_file_exists(image_file, FMAP_RO_CBFS, "ecro.hash")) { in ec_ro_software_sync()
538 if (!cbfstool_file_exists(image_file, cbfs_region, entry_name)) { in updater_get_cbfs_quirks()
Dupdater_utils.c140 if (!cbfstool_file_exists(image_file, section_name, ecrw_version_name)) in load_ecrw_version()
Dupdater.c793 has_to = cbfstool_file_exists(tmp_to, section, tag); in legacy_needs_update()
794 has_from = cbfstool_file_exists(tmp_from, section, tag); in legacy_needs_update()
/external/vboot_reference/host/lib/
Dcbfstool.c47 bool cbfstool_file_exists(const char *image_file, const char *region, in cbfstool_file_exists() function