Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/mount/
Dnosymfollow-test.c28 #define TMP "/tmp" macro
181 ret = statfs(TMP, &buf); in test_statfs()
187 die("ST_NOSYMFOLLOW not set on %s\n", TMP); in test_statfs()
190 die("ST_NOSYMFOLLOW set on %s\n", TMP); in test_statfs()
206 if (mount("testing", TMP, "ramfs", 0, NULL) != 0) in main()
212 if (mount("testing", TMP, "ramfs", MS_REMOUNT|MS_NOSYMFOLLOW, NULL) != 0) in main()
/tools/testing/selftests/
DMakefile82 TMP := $(filter-out $(SKIP_TARGETS), $(TARGETS)) macro
83 override TARGETS := $(TMP)
138 TMP := $(filter-out gpio, $(TARGETS)) macro
139 TARGETS := $(TMP)
/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile13 $(CC) -Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -no-pie -x c - -o "$$TMP", -no-pie)
/tools/build/
DMakefile.feature249 TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS))
250 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
/tools/testing/selftests/kvm/
DMakefile102 $(CC) -Werror -no-pie -x c - -o "$$TMP", -no-pie)
106 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste)