Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_rootfs_overlay.py7 def compare_file(file1, file2): function
24 ret = compare_file(overlay_file, target_file)
29 ret = compare_file(overlay_file, target_file)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py81 def compare_file(reference, test, diffutils_sysroot): function
177 … async_result.append(p.apply_async(compare_file, (reference_path, test_path, diffutils_sysroot)))