Searched refs:mkpath (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | cache.h | 29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
|
H A D | path.c | 24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() function
|
H A D | config.c | 557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig()
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | Miscellaneous.pm | 39 mkpath ($BdirPath,0,0700);
|
H A D | API.pm | 1194 mkpath(( $backup_dir . $directory),0,0700); 1512 mkpath ($dirName,0,0700); 1784 mkpath($revertdir); #if this doesn't work next line catches
|
/openbmc/linux/tools/perf/ |
H A D | builtin-config.c | 162 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in cmd_config()
|
H A D | builtin-help.c | 396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/ |
H A D | 0003-only-make-one-reference-to-env.patch | 61 self.mkpath(os.path.dirname(f))
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0002-Add-debug-prefix-map-option.patch | 325 mkpath("$outputdir/$testname/$subname");
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 1789 mkpath($dir) or 4347 mkpath($outputdir) or 4385 mkpath($tmpdir) or
|