Searched refs:path_buf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/tools/perf/util/ |
| D | path.c | 24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() argument 30 len = vsnprintf(path_buf, sz, fmt, args); in mkpath() 33 strncpy(path_buf, "/bad-path/", sz); in mkpath() 34 return cleanup_path(path_buf); in mkpath()
|
| D | cache.h | 29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
|