Searched refs:read_file (Results 1 – 4 of 4) sorted by relevance
139 def read_file(fname): function283 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)
287 static void *read_file(const char *filename) in read_file() function387 buf = read_file(m); in parse_dep_file()432 buf = read_file(depfile); in main()
285 static int read_file(struct unit_test_state *uts, const char *fname, in read_file() function313 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()
106 parser.read_file(ini_sio)
Completed in 11 milliseconds