Searched refs:rpath (Results 1 - 9 of 9) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkgsend.py | 354 rpath = os.path.join(self.test_root, "example_repo") 358 self.pkgsend("file:/{0}".format(rpath), "create-repository" 364 if os.path.exists(rpath): 365 shutil.rmtree(rpath) 366 self.pkgsend("file:{0}{1}".format(slashes, rpath), "create-repository" 374 assert os.path.exists(os.path.join(rpath, 382 self.dc.set_repodir(rpath) 748 def __test_sysv_gen_publish(self, rpath, spath, contents): 753 self.create_repo(rpath, 761 self.pkgsend(rpath, "publis [all...] |
H A D | t_pkgrecv.py | 1460 rpath = tempfile.mkdtemp(dir=self.test_root) 1461 self.create_repo(rpath) 1462 ret, pfmri = self.pkgsend(rpath, 1464 self.pkgrepo("list -s {0}".format(rpath)) 1467 orepo = repo.Repository(root=rpath) 1481 self.pkgrecv(rpath, "-d {0} \*".format(nrpath))
|
H A D | t_pkg_depotd.py | 980 rpath = self.dc.get_repodir() 981 assert os.path.isdir(rpath) 982 rcpath = os.path.join(rpath, "cfg_cache")
|
H A D | t_pkg_publisher.py | 861 rpath = dc.get_repodir() 876 self.pkgrepo("set -s {0} -p {1} {2}".format(rpath, pfx, props)) 877 self.pkgrepo("get -p all -s {0}".format(rpath))
|
/pkg/src/modules/ |
H A D | elfextract.c | 404 off_t rpath = 0, runpath = 0, def = 0; local 510 rpath = gd.d_un.d_val; 522 /* Runpath supercedes rpath, but use rpath if no runpath */ 524 runpath = rpath;
|
H A D | misc.py | 548 rpath = request.path_info 550 rpath = rpath.replace("/{0}/".format(pub), "/") 551 depth = rpath.count("/") - 1
|
/pkg/src/tests/api/ |
H A D | t_config.py | 2058 rpath = self.__create_smf_repo(mpath) 2059 rfiles.append(rpath) 2061 dpath = self.__start_configd(rpath) 2111 rpath = self.__create_smf_repo(mpath) 2112 rfiles.append(rpath) 2114 dpath = self.__start_configd(rpath)
|
/pkg/src/modules/client/ |
H A D | history.py | 448 rpath = os.path.join(self.root_dir, 451 for a in open(rpath, "r"):
|
H A D | imageplan.py | 3288 rpath, rcache_name, rorig = rentry 3297 save_file = rpath
|
Completed in 63 milliseconds