Searched defs:oldpath (Results 1 – 3 of 3) sorted by relevance
104 static inline int conservative_rename(const char *oldpath, const char *newpath) { in conservative_rename()
78 int rename_noreplace(int olddirfd, const char *oldpath, int newdirfd, const char *newpath) { in rename_noreplace()829 int olddirfd, const char *oldpath, in conservative_renameat()
212 _cleanup_free_ char *oldpath = NULL; in TEST() local