Searched refs:mkpath (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | cache.h | 29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
|
D | path.c | 24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() function
|
D | config.c | 557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig()
|
/linux-6.12.1/tools/perf/ |
D | builtin-config.c | 162 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in cmd_config()
|
D | builtin-help.c | 396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
|
/linux-6.12.1/tools/testing/ktest/ |
D | ktest.pl | 1802 mkpath($dir) or 4361 mkpath($outputdir) or 4399 mkpath($tmpdir) or
|