Searched refs:temp_root (Results 1 - 7 of 7) sorted by relevance
/pkg/src/ |
H A D | sign.py | 102 def fetch_catalog(src_pub, xport, temp_root): 107 cat_dir = tempfile.mkdtemp(dir=temp_root) 228 temp_root = tempfile.mkdtemp(dir=t) 231 cache_dir = tempfile.mkdtemp(dir=temp_root) 232 incoming_dir = tempfile.mkdtemp(dir=temp_root) 233 chash_dir = tempfile.mkdtemp(dir=temp_root) 234 cert_dir = tempfile.mkdtemp(dir=temp_root) 274 cat = fetch_catalog(p, xport, temp_root) 381 shutil.rmtree(temp_root)
|
H A D | pull.py | 68 temp_root = None variable 376 cat_dir = tempfile.mkdtemp(dir=temp_root, 399 dest_xport, temp_root, targ_pub, target 420 temp_root = misc.config_temp_root() 508 cache_dir = tempfile.mkdtemp(dir=temp_root, 538 incoming_dir = tempfile.mkdtemp(dir=temp_root, 776 basedir = tempfile.mkdtemp(dir=temp_root, 1068 src_basedir = tempfile.mkdtemp(dir=temp_root, 1355 basedir = tempfile.mkdtemp(dir=temp_root,
|
H A D | pkgrepo.py | 305 temp_root = misc.config_temp_root() 307 tmp_dir = tempfile.mkdtemp(dir=temp_root) 310 incoming_dir = tempfile.mkdtemp(dir=temp_root) 313 cache_dir = tempfile.mkdtemp(dir=temp_root) 1040 temp_root = misc.config_temp_root() 1049 meta_root = tempfile.mkdtemp(dir=temp_root)
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 99 temp_root = None variable 127 global temp_root 139 if temp_root: 140 shutil.rmtree(temp_root) 141 temp_root = None 192 def fetch_catalog(src_pub, xport, temp_root): 197 cat_dir = tempfile.mkdtemp(dir=temp_root) 408 global temp_root, tracker, dry_run, repo_finished, repo_modified 411 ref_cat = fetch_catalog(ref_pub, ref_xport, temp_root) 681 global temp_root, repo_modifie [all...] |
H A D | pkgmerge.py | 299 temp_root = misc.config_temp_root() 301 tmpdir = tempfile.mkdtemp(dir=temp_root, prefix="pkgmerge")
|
/pkg/src/modules/publish/ |
H A D | transaction.py | 612 temp_root = misc.config_temp_root() 613 self._tmpdir = tempfile.mkdtemp(dir=temp_root)
|
/pkg/src/modules/client/ |
H A D | imageplan.py | 1657 temp_root = misc.config_temp_root() 1658 mntpoint = tempfile.mkdtemp(dir=temp_root,
|
Completed in 423 milliseconds