Home | History | Annotate | Download | only in testsuite

Lines Matching refs:rootfs

248 		const char *stamp = TESTSUITE_ROOTFS "../stamp-rootfs";
249 const char *rootfs = t->config[TC_ROOTFS];
257 if (stat(rootfs, &rootfsst) != 0) {
258 ERR("could not stat %s\n - %m", rootfs);
263 ERR("rootfs %s is dirty, please run 'make rootfs' before runnning this test\n",
264 rootfs);
636 const char *rootfs = t->config[TC_ROOTFS] ? t->config[TC_ROOTFS] : "";
639 if (snprintf(dirname, sizeof(dirname), "%s/sys/module", rootfs)
641 ERR("rootfs path too long: %s\n", rootfs);