HomeSort by relevance Sort by last modified time
    Searched refs:zip_cmd (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_shutil.py 516 zip_cmd = ['zip', '-q', '-r', 'archive2.zip', base_dir]
517 subprocess.check_call(zip_cmd, cwd=root_dir)
541 zip_cmd = ['unzip', '-t', archive]
544 subprocess.check_output(zip_cmd, stderr=subprocess.STDOUT)
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py     [all...]

Completed in 529 milliseconds