Home
last modified time | relevance | path

Searched refs:filecmp (Results 1 – 14 of 14) sorted by relevance

/external/skia/infra/bots/
Dtest_utils.py12 import filecmp
59 test.assertTrue(filecmp.cmp(pathA, pathB, shallow=False))
73 _cmp('', filecmp.dircmp(a, b))
Dzip_utils_test.py12 import filecmp
/external/autotest/server/site_tests/brillo_ADBFileTransfer/
Dbrillo_ADBFileTransfer.py5 import filecmp
48 if not filecmp.cmp(self.temp_file.name,
/external/lz4/tests/
Dtest-lz4-versions.py12 import filecmp
121 if filecmp.cmp(lz4, lz4t):
146 if not filecmp.cmp(dec, test_dat):
/external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
Dbrillo_ADBDirectoryTransfer.py5 import filecmp
62 if not filecmp.cmp(original, returned, shallow=False):
/external/clang/utils/check_cfc/
Dobj_diff.py7 import filecmp
90 return filecmp.cmp(objfilea, objfileb)
/external/owasp/sanitizer/tools/
Dupdate_tree_in_svn.py8 import filecmp
77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.h4 extern int filecmp(char *f1, char *f2);
Ddiotest1.c157 if (filecmp(infile, outfile) != 0) { in main()
Ddiotest_routines.c111 int filecmp(char *f1, char *f2) in filecmp() function
/external/llvm/utils/abtest/
Dabtest.py45 import filecmp
157 if filecmp.cmp(goodfile, badfile):
/external/toolchain-utils/
Dimage_chromeos.py14 import filecmp
299 if filecmp.cmp(potential_image, image):
/external/mesa3d/src/mesa/
DSConscript6 import filecmp
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py2 import filecmp
430 elif filecmp.cmp(output_path, output_path+'.new'):