Searched refs:mkpath (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Dcache.h29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
H A Dpath.c24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) function
H A Dconfig.c557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home));
/linux-master/tools/perf/
H A Dbuiltin-config.c162 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME"));
H A Dbuiltin-help.c396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st)
/linux-master/tools/testing/ktest/
H A Dktest.pl10 use File::Path qw(mkpath);
1793 mkpath($dir) or
4351 mkpath($outputdir) or
4389 mkpath($tmpdir) or

Completed in 282 milliseconds