OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_zip
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
test_add_img_to_target_files.py
84
with zipfile.ZipFile(output_file, 'r') as
verify_zip
:
86
self.assertIn('IMAGES/' + image + '.img',
verify_zip
.namelist())
151
with zipfile.ZipFile(output_file, 'r') as
verify_zip
:
153
self.assertIn('IMAGES/' + image + '.img',
verify_zip
.namelist())
279
with zipfile.ZipFile(output_file, 'r') as
verify_zip
:
280
care_map =
verify_zip
.read('META/care_map.txt').decode('ascii')
test_ota_from_target_files.py
538
with zipfile.ZipFile(target_file) as
verify_zip
:
539
namelist =
verify_zip
.namelist()
555
with zipfile.ZipFile(target_file) as
verify_zip
:
556
namelist =
verify_zip
.namelist()
570
with zipfile.ZipFile(target_file) as
verify_zip
:
571
self.assertNotIn(POSTINSTALL_CONFIG,
verify_zip
.namelist())
577
with zipfile.ZipFile(target_file) as
verify_zip
:
578
self.assertNotIn(POSTINSTALL_CONFIG,
verify_zip
.namelist())
[
all
...]
Completed in 99 milliseconds