Searched refs:cbfstool_file_exists (Results 1 – 6 of 6) sorted by relevance
/external/vboot_reference/tests/ |
D | cbfstool_tests.c | 45 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/ |
D | cbfstool.h | 25 bool cbfstool_file_exists(const char *image_file, const char *region,
|
/external/vboot_reference/futility/ |
D | updater_quirks.c | 107 !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()
|
D | updater_utils.c | 140 if (!cbfstool_file_exists(image_file, section_name, ecrw_version_name)) in load_ecrw_version()
|
D | updater.c | 793 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/ |
D | cbfstool.c | 47 bool cbfstool_file_exists(const char *image_file, const char *region, in cbfstool_file_exists() function
|