Searched refs:mkpath (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/util/ |
| A D | cache.h | 29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
|
| A D | path.c | 24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() function
|
| A D | config.c | 584 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig()
|
| /tools/perf/ |
| A D | builtin-config.c | 160 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in perf_config__set_variable() 200 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in cmd_config()
|
| A D | builtin-help.c | 396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
|
| /tools/testing/ktest/ |
| A D | ktest.pl | 1830 mkpath($dir) or 4416 mkpath($dir) or die "Failed to create directories '$dir': $!"; 4478 mkpath($outputdir) or 4516 mkpath($tmpdir) or
|
Completed in 13 milliseconds