Searched refs:create_zip (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace.py37 self._executive = executive # FIXME: Remove if create_zip is moved to python.
51 def create_zip(self, zip_path, source_path, zip_class=zipfile.ZipFile): member in class:Workspace
H A Dworkspace_unittest.py57 archive = OutputCapture().assert_outputs(self, workspace.create_zip, ["/zip/path", "/source/path", MockZipFile], expected_stderr=expected_stderr)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueues.py356 archive = self._tool.workspace.create_zip(zip_path, results_directory)
358 # We could have create_zip remove the original, but this is more explicit.
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py730 def create_zip(self, zip_path, source_path): member in class:MockWorkspace

Completed in 708 milliseconds