Searched refs:PackagesPath (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/usr.bin/dsynth/ |
H A D | repo.c | 148 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 D | config.c | 64 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 D | monitor.c | 127 SNPRINTF(rs->packagespath, "%s", PackagesPath); in MonitorReset()
|
H A D | mount.c | 234 domount(work, NULLFS_RW, PackagesPath, "/packages", NULL); in DoWorkerMounts()
|
H A D | dsynth.h | 570 extern const char *PackagesPath;
|
H A D | build.c | 3135 benv[bi].data = PackagesPath; in childHookRun()
|