Searched refs:tfile (Results 1 – 2 of 2) sorted by relevance
59 with tarfile.open(archive_path, mode='r') as tfile:60 tfile.extractall(target_path)
602 File tfile = new File(tdir, "blah-blah"); in addFileRecursively() local603 Files.write("blah", tfile, Charsets.US_ASCII); in addFileRecursively()607 zf.addAllRecursively(tfile); in addFileRecursively()