Searched refs:newdirfd (Results 1 - 2 of 2) sorted by relevance
| /systemd/src/basic/ |
| H A D | fs-util.c | 106 int rename_noreplace(int olddirfd, const char *oldpath, int newdirfd, const char *newpath) { argument 110 ret = renameat2(olddirfd, oldpath, newdirfd, newpath, RENAME_NOREPLACE); 125 ret = renameat(olddirfd, oldpath, newdirfd, newpath); 130 ret = linkat(olddirfd, oldpath, newdirfd, newpath, 0); 138 (void) unlinkat(newdirfd, newpath, 0);
|
| H A D | fs-util.h | 36 int rename_noreplace(int olddirfd, const char *oldpath, int newdirfd, const char *newpath);
|
Completed in 11 milliseconds