Searched refs:DistFilesPath (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/usr.bin/dsynth/ |
H A D | config.c | 67 const char *DistFilesPath = "/build/synth/distfiles"; variable 236 if (stat(DistFilesPath, &st) < 0) in ParseConfiguration() 237 dfatal("Directory missing: %s", DistFilesPath); in ParseConfiguration() 442 DistFilesPath = l2; in parseConfigFile()
|
H A D | repo.c | 292 scanit(DistFilesPath, NULL, &count, &list_tail, 0); in PurgeDistfiles() 370 DistFilesPath, item->spath); in PurgeDistfiles()
|
H A D | monitor.c | 130 SNPRINTF(rs->distfilespath, "%s", DistFilesPath); in MonitorReset()
|
H A D | mount.c | 235 domount(work, NULLFS_RW, DistFilesPath, "/distfiles", NULL); in DoWorkerMounts()
|
H A D | dsynth.h | 573 extern const char *DistFilesPath;
|
H A D | build.c | 3151 benv[bi].data = DistFilesPath; in childHookRun()
|