Home
last modified time | relevance | path

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

/third_party/boost/tools/build/test/
Dbuiltin_glob_archive.py106 archive2 = archive variable
138 test_glob_archive([archive1, archive2],
/third_party/python/Lib/test/
Dtest_shutil.py1446 archive2 = os.path.join(root_dir, 'archive2.zip')
1451 self.assertTrue(os.path.isfile(archive2))
1455 with zipfile.ZipFile(archive2) as zf: