Searched refs:filecmp (Results 1 - 9 of 9) sorted by relevance

/external/skia/platform_tools/android/tests/
H A Dutils.py11 import filecmp namespace
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
/external/v8/tools/gyp/test/win/win-tool/
H A Dgyptest-win-tool-handles-readonly-files.py13 import filecmp namespace
52 if not filecmp.cmp(f, test.built_file_path(os.path.join('dest', f))):
/external/clang/utils/check_cfc/
H A Dobj_diff.py7 import filecmp namespace
90 return filecmp.cmp(objfilea, objfileb)
/external/v8/build/android/play_services/
H A Dutils.py11 import filecmp namespace
134 return filecmp.cmp(expected_file, actual_file)
/external/mesa3d/src/mesa/
H A DSConscript6 import filecmp
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py8 import filecmp namespace
77 if not filecmp.cmp(src, dst, shallow=0): copy(src, dst)
/external/v8/tools/gyp/pylib/gyp/
H A Dcommon.py9 import filecmp namespace
365 same = filecmp.cmp(self.tmp_path, filename, False)
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py2 import filecmp namespace
430 elif filecmp.cmp(output_path, output_path+'.new'):
/external/v8/tools/gyp/pylib/gyp/generator/
H A Dxcode.py5 import filecmp namespace
456 same = filecmp.cmp(pbxproj_path, new_pbxproj_path, False)

Completed in 586 milliseconds