Searched refs:CCachePath (Results 1 – 4 of 4) sorted by relevance
63 const char *CCachePath = DISABLED_STR; variable194 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()
94 addbuildenv("CCACHE_DIR", CCachePath, BENV_MAKECONF); in initbulk()
238 domount(work, NULLFS_RW, CCachePath, "/ccache", NULL); in DoWorkerMounts()
569 extern const char *CCachePath;