Home
last modified time | relevance | path

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

/u-boot/test/py/tests/
A Dtest_fit.py139 def read_file(fname): function
283 expected_data = read_file(expected_fname)
284 actual_data = read_file(actual_fname)
297 expected_data = read_file(expected_fname)
298 actual_data = read_file(actual_fname)
392 data = read_file(fit)
/u-boot/scripts/basic/
A Dfixdep.c287 static void *read_file(const char *filename) in read_file() function
387 buf = read_file(m); in parse_dep_file()
432 buf = read_file(depfile); in main()
/u-boot/test/dm/
A Dvideo.c285 static int read_file(struct unit_test_state *uts, const char *fname, in read_file() function
313 ut_assertok(read_file(uts, "tools/logos/denx.bmp", &addr)); in dm_test_video_bmp()
329 ut_assertok(read_file(uts, "tools/logos/denx-comp.bmp", &addr)); in dm_test_video_bmp_comp()
/u-boot/test/py/
A Dconftest.py106 parser.read_file(ini_sio)

Completed in 11 milliseconds