Home
last modified time | relevance | path

Searched refs:bad_path (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dpath.c15 static char bad_path[] = "/bad-path/"; variable
74 strlcpy(buf, bad_path, n); in perf_vsnpath()
98 return bad_path; in mkpath()
111 return bad_path; in perf_path()
119 return bad_path; in perf_path()
/external/selinux/policycoreutils/sandbox/
Dseunshare.c295 static int bad_path(const char *path) { in bad_path() function
340 if (bad_path(path)) continue; in rsynccmd()