Searched refs:apex_file_path (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/apex/apexer/ |
H A D | apexer_test.py | 210 def _get_container_files(self, apex_file_path): argument 213 with ZipFile(apex_file_path, 'r') as zip_obj: 249 def _extract_payload(self, apex_file_path): argument 253 "extract", apex_file_path, dir_name] 373 shutil.copyfile(apex_file_path, fn) 375 container_files = self._get_container_files(apex_file_path) 376 payload_dir = self._extract_payload(apex_file_path) 392 container_files = self._get_container_files(apex_file_path) 393 payload_dir = self._extract_payload(apex_file_path) 404 container_files = self._get_container_files(apex_file_path) [all …]
|
/aosp12/system/apex/tools/ |
H A D | apex_compression_test.py | 163 def _get_container_files(self, apex_file_path): argument 167 with ZipFile(apex_file_path, 'r') as zip_obj: 242 def _get_type(self, apex_file_path): argument 243 cmd = ['deapexer', 'info', '--print-type', apex_file_path]
|
/aosp12/system/apex/tests/testdata/sharedlibs/build/ |
H A D | shared_libs_repack.py | 134 def get_container_files(apex_file_path, tmpdir): argument 136 with ZipFile(apex_file_path, 'r') as zip_obj: 276 apex_file_path = args.input 278 container_files = get_container_files(apex_file_path, args.tmpdir)
|