Home
last modified time | relevance | path

Searched refs:PackagesPath (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.bin/dsynth/
H A Drepo.c148 cav[cac++] = PackagesPath; in childRebuildRepo()
153 if (strncmp(PackagesPath, RepositoryPath, strlen(PackagesPath)) == 0) in childRebuildRepo()
154 cav[cac++] = PackagesPath; in childRebuildRepo()
215 repackage(PackagesPath, "digests", in childRebuildRepo()
218 repackage(PackagesPath, "packagesite", in childRebuildRepo()
245 repackage(PackagesPath, "meta", in childRebuildRepo()
H A Dconfig.c64 const char *PackagesPath = "/build/synth/live_packages"; variable
232 if (stat(PackagesPath, &st) < 0) in ParseConfiguration()
233 dfatal("Directory missing: %s", PackagesPath); in ParseConfiguration()
313 if (strncmp(RepositoryPath, PackagesPath, strlen(PackagesPath)) == 0) { in ParseConfiguration()
434 PackagesPath = l2; in parseConfigFile()
H A Dmonitor.c127 SNPRINTF(rs->packagespath, "%s", PackagesPath); in MonitorReset()
H A Dmount.c234 domount(work, NULLFS_RW, PackagesPath, "/packages", NULL); in DoWorkerMounts()
H A Ddsynth.h570 extern const char *PackagesPath;
H A Dbuild.c3135 benv[bi].data = PackagesPath; in childHookRun()