Searched refs:temp_root (Results 1 - 7 of 7) sorted by relevance

/pkg/src/
H A Dsign.py102 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 Dpull.py68 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 Dpkgrepo.py305 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 Dpkgsurf.py99 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 Dpkgmerge.py299 temp_root = misc.config_temp_root()
301 tmpdir = tempfile.mkdtemp(dir=temp_root, prefix="pkgmerge")
/pkg/src/modules/publish/
H A Dtransaction.py612 temp_root = misc.config_temp_root()
613 self._tmpdir = tempfile.mkdtemp(dir=temp_root)
/pkg/src/modules/client/
H A Dimageplan.py1657 temp_root = misc.config_temp_root()
1658 mntpoint = tempfile.mkdtemp(dir=temp_root,

Completed in 423 milliseconds