Home
last modified time | relevance | path

Searched refs:read_file (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_fit.py136 def read_file(fname): function
271 expected_data = read_file(expected_fname)
272 actual_data = read_file(actual_fname)
283 expected_data = read_file(expected_fname)
284 actual_data = read_file(actual_fname)
375 data = read_file(fit)
/rk3399_rockchip-uboot/test/dm/
H A Dvideo.c239 static int read_file(struct unit_test_state *uts, const char *fname, in read_file() function
267 ut_assertok(read_file(uts, "tools/logos/denx.bmp", &addr)); in dm_test_video_bmp()
283 ut_assertok(read_file(uts, "tools/logos/denx-comp.bmp", &addr)); in dm_test_video_bmp_comp()