HomeSort by relevance Sort by last modified time
    Searched refs:compare_files (Results 1 - 3 of 3) sorted by null

  /external/nanopb-c/tests/site_scons/
site_init.py 69 def compare_files(target, source, env): function in function:add_nanopb_builders
79 compare_builder = Builder(action = compare_files,
  /build/tools/releasetools/
check_target_files_signatures 405 compare_files = None
409 compare_files = TargetFiles()
410 compare_files.LoadZipFile(OPTIONS.compare_with)
414 if OPTIONS.text or not compare_files:
419 if compare_files:
422 compare_files.PrintCerts()
423 target_files.CompareWith(compare_files)
check_target_files_signatures.py 405 compare_files = None
409 compare_files = TargetFiles()
410 compare_files.LoadZipFile(OPTIONS.compare_with)
414 if OPTIONS.text or not compare_files:
419 if compare_files:
422 compare_files.PrintCerts()
423 target_files.CompareWith(compare_files)

Completed in 61 milliseconds