Lines Matching refs:apex_file_path
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]
369 apex_file_path = os.path.join(get_current_dir(), apex_name + ".apex")
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)
379 self.assertEqual(get_sha1sum(apex_file_path), get_sha1sum(resigned_apex_file_path))
391 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
392 container_files = self._get_container_files(apex_file_path)
393 payload_dir = self._extract_payload(apex_file_path)
403 apex_file_path = os.path.join(get_current_dir(), TEST_APEX + ".apex")
404 container_files = self._get_container_files(apex_file_path)
405 payload_dir = self._extract_payload(apex_file_path)