Searched refs:zipName (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_zipimport.py | 108 def makeZip(self, files, zipName=TEMP_ZIP, **kw): argument 112 self.addCleanup(support.unlink, zipName) 114 with ZipFile(zipName, "w") as z: 123 with open(zipName, "rb") as f: 125 with open(zipName, "wb") as f:
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 1248 String8 zipName; in scanAndMergeZipLocked() local 1257 zipName = ZipSet.getPathName(ap.path.string()); in scanAndMergeZipLocked() 1328 createZipSourceNameLocked(zipName, dirName, info.getFileName())); in scanAndMergeZipLocked() 1361 createZipSourceNameLocked(zipName, dirName, info.getFileName())); in scanAndMergeZipLocked()
|