Home
last modified time | relevance | path

Searched refs:CCachePath (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.bin/dsynth/
H A Dconfig.c63 const char *CCachePath = DISABLED_STR; variable
194 if (strcmp(CCachePath, "disabled") != 0) { in ParseConfiguration()
244 if (UseCCache && stat(CCachePath, &st) < 0) in ParseConfiguration()
245 dfatal("Directory missing: %s", CCachePath); in ParseConfiguration()
448 CCachePath = l2; in parseConfigFile()
H A Dbulk.c94 addbuildenv("CCACHE_DIR", CCachePath, BENV_MAKECONF); in initbulk()
H A Dmount.c238 domount(work, NULLFS_RW, CCachePath, "/ccache", NULL); in DoWorkerMounts()
H A Ddsynth.h569 extern const char *CCachePath;