Searched refs:RENAME_NOREPLACE (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dmissing.h1064 #ifndef RENAME_NOREPLACE
1065 #define RENAME_NOREPLACE (1 << 0) macro
H A Dfs-util.c110 ret = renameat2(olddirfd, oldpath, newdirfd, newpath, RENAME_NOREPLACE);
120 * renameat() without RENAME_NOREPLACE gives the same semantics on

Completed in 1007 milliseconds