Lines Matching refs:apex_file_path
215 def _get_container_files(self, apex_file_path): argument
218 with ZipFile(apex_file_path, 'r') as zip_obj:
254 def _extract_payload(self, apex_file_path): argument
259 apex_file_path, dir_name]
377 apex_file_path = self._extract_resource(apex_name + ".apex")
381 shutil.copyfile(apex_file_path, fn)
383 container_files = self._get_container_files(apex_file_path)
384 payload_dir = self._extract_payload(apex_file_path)
387 self.assertEqual(get_sha1sum(apex_file_path), get_sha1sum(resigned_apex_file_path))
399 apex_file_path = self._extract_resource(TEST_APEX + ".apex")
400 container_files = self._get_container_files(apex_file_path)
401 payload_dir = self._extract_payload(apex_file_path)
411 apex_file_path = self._extract_resource(TEST_APEX + ".apex")
412 container_files = self._get_container_files(apex_file_path)
413 payload_dir = self._extract_payload(apex_file_path)