Home
last modified time | relevance | path

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

/build/soong/scripts/
Dtest_config_fixer.py74 def overwrite_test_file_name(test_config_doc, test_file_name): argument
84 option.setAttribute('value', test_file_name)
146 if args.test_file_name:
148 overwrite_single_test_file_name(doc, args.orig_test_file_name, args.test_file_name)
153 overwrite_test_file_name(doc, args.test_file_name)
/build/make/tools/releasetools/
Dtest_common.py410 test_file_name=None, expected_stat=None, expected_mode=0o644, argument
413 if test_file_name is not None:
414 new_stat = os.stat(test_file_name)
442 test_file_name = test_file.name
445 return self._test_ZipWriteFile(test_file_name, extra_zipwrite_args)
447 def _test_ZipWriteFile(self, test_file_name, extra_zipwrite_args=None): argument
451 test_file_name = test_file.name
457 arcname = extra_zipwrite_args.get("arcname", test_file_name)
460 sha1_hash = hash_file(test_file_name)
472 os.utime(test_file_name, (1234567, 1234567))
[all …]