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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 873 temparchive = os.path.join(TEMPDIR, "testsymlinks.tar")
881 tar = tarfile.open(temparchive,'w')
886 tar = tarfile.open(temparchive,'r')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 873 temparchive = os.path.join(TEMPDIR, "testsymlinks.tar")
881 tar = tarfile.open(temparchive,'w')
886 tar = tarfile.open(temparchive,'r')
    [all...]

Completed in 107 milliseconds