Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dconfig.c67 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 Drepo.c292 scanit(DistFilesPath, NULL, &count, &list_tail, 0); in PurgeDistfiles()
370 DistFilesPath, item->spath); in PurgeDistfiles()
H A Dmonitor.c130 SNPRINTF(rs->distfilespath, "%s", DistFilesPath); in MonitorReset()
H A Dmount.c235 domount(work, NULLFS_RW, DistFilesPath, "/distfiles", NULL); in DoWorkerMounts()
H A Ddsynth.h573 extern const char *DistFilesPath;
H A Dbuild.c3151 benv[bi].data = DistFilesPath; in childHookRun()