Home
last modified time | relevance | path

Searched refs:_WriteZipFile (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/build/android/gyp/util/
Dmd5_check_test.py14 def _WriteZipFile(path, entries): function
33 _WriteZipFile(input_file2.name, [])
124 _WriteZipFile(input_file2.name, [('path/1.txt', '1')])
129 _WriteZipFile(input_file2.name, [('path/1.txt', '2')])
136 _WriteZipFile(input_file2.name, [])
/external/chromium-trace/catapult/devil/devil/utils/
Dzip_utils.py55 def _WriteZipFile(zip_path, zip_contents): function
102 return _WriteZipFile(**zip_spec)