Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/filesystems/fuse/
H A Dfuse_mnt.c21 static const char test_path[] = "/test"; variable
33 if (!strcmp(path, test_path)) { in test_getattr()
51 filler(buf, test_path + 1, NULL, 0); in test_readdir()
58 if (strcmp(path, test_path)) in test_open()
67 if (strcmp(path, test_path) != 0) in test_read()
89 if (strcmp(path, test_path) != 0) in test_write()
112 if (strcmp(path, test_path) != 0) in test_truncate()
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_ipip_mtu.sh46 test_path() { function
178 test_path "without"
191 test_path "with"
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1437 char test_path[32]; in probe_android_msr_path() local
1439 sprintf(test_path, "/dev/msr%d", base_cpu); in probe_android_msr_path()
1440 if (stat(test_path, &sb) == 0) in probe_android_msr_path()