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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tarfile.py 850 temparchive = os.path.join(TEMPDIR, "testsymlinks.tar")
858 tar = tarfile.open(temparchive,'w')
863 tar = tarfile.open(temparchive,'r')
872 os.unlink(temparchive)
    [all...]
  /prebuilts/gdb/darwin-x86/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...]