Searched refs:newpath (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/openat2/ |
D | helpers.c | 40 int newdirfd, const char *newpath, unsigned int flags) in sys_renameat2() argument 43 newdirfd, newpath, flags); in sys_renameat2()
|
D | helpers.h | 100 int newdirfd, const char *newpath, unsigned int flags);
|
/tools/perf/util/ |
D | dso.c | 505 char newpath[KMOD_DECOMP_LEN]; in __open_dso() local 506 size_t len = sizeof(newpath); in __open_dso() 508 if (dso__decompress_kmodule_path(dso, name, newpath, len) < 0) { in __open_dso() 514 strcpy(name, newpath); in __open_dso()
|